* Sets the current mouse cursor icon. * * @see ::MouseCursor */
| 108 | * @see ::MouseCursor |
| 109 | */ |
| 110 | RLCPP_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) |
nothing calls this directly
no outgoing calls
no test coverage detected