An ACS library for ZDoom-based ports
fixed CursorX() fixed CursorY()
These functions return the current X and Y position of the mouse_cursor, respectively.
print(s:"The cursor is currently at ", f:CursorX(), s:" ", f:CursorY());