ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:cursorxy

CursorX/CursorY

fixed CursorX()
fixed CursorY()

Description

These functions return the current X and Y position of the mouse_cursor, respectively.

Examples

print(s:"The cursor is currently at ", f:CursorX(), s:" ", f:CursorY());
functions/cursorxy.txt · Last modified: 2019/08/26 02:49 by korshun