MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / IsCursorOnScreen

Method IsCursorOnScreen

include/Window.hpp:99–99  ·  view source on GitHub ↗

* Check if cursor is on the current screen */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected