====== 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());