| 52 | } |
| 53 | |
| 54 | RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetPosition() { |
| 55 | return ::GetMousePosition(); |
| 56 | } |
| 57 | |
| 58 | RLCPP_MAYBEUNUSED RLCPPAPI inline void SetPosition(int x, int y) { |
| 59 | ::SetMousePosition(x, y); |
nothing calls this directly
no outgoing calls
no test coverage detected