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

Method IsCursorHidden

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

* Check if cursor is not visible */

Source from the content-addressed store, hash-verified

102 * Check if cursor is not visible
103 */
104 static bool IsCursorHidden() { return ::IsCursorHidden(); }
105
106 /**
107 * Hides cursor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected