isCursorVisible
Script::isCursorVisible
Checks if the cursor is visible.
Declaration
bool isCursorVisible(WindowID windowID = NTSHENGN_WINDOW_UNKNOWN);
Parameters
Name |
Type |
Description |
---|---|---|
windowID |
The window to check the mouse cursor visibility of. By default, this window will be the main window. |
Returns
true
if the mouse cursor is visible, else, returns false
.