* Get mouse delta between frames */
| 67 | * Get mouse delta between frames |
| 68 | */ |
| 69 | RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetDelta() { |
| 70 | return ::GetMouseDelta(); |
| 71 | } |
| 72 | |
| 73 | RLCPP_MAYBEUNUSED RLCPPAPI inline void SetOffset(int offsetX = 0, int offsetY = 0) { |
| 74 | ::SetMouseOffset(offsetX, offsetY); |
nothing calls this directly
no outgoing calls
no test coverage detected