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

Method HideCursor

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

* Hides cursor */

Source from the content-addressed store, hash-verified

107 * Hides cursor
108 */
109 static void HideCursor() { ::HideCursor(); }
110
111 /**
112 * Shows cursor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected