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

Function SetCursor

include/Mouse.hpp:110–112  ·  view source on GitHub ↗

* Sets the current mouse cursor icon. * * @see ::MouseCursor */

Source from the content-addressed store, hash-verified

108 * @see ::MouseCursor
109 */
110RLCPP_MAYBEUNUSED RLCPPAPI inline void SetCursor(int cursor = MOUSE_CURSOR_DEFAULT) {
111 ::SetMouseCursor(cursor);
112}
113
114/**
115 * Get touch position X for touch point 0 (relative to screen size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected