* Check if cursor is on the current screen */
| 97 | * Check if cursor is on the current screen |
| 98 | */ |
| 99 | static bool IsCursorOnScreen() { return ::IsCursorOnScreen(); } |
| 100 | |
| 101 | /** |
| 102 | * Check if cursor is not visible |
nothing calls this directly
no outgoing calls
no test coverage detected