| 32 | } |
| 33 | |
| 34 | RLCPP_MAYBEUNUSED RLCPPAPI inline bool IsButtonUp(int button) { |
| 35 | return ::IsMouseButtonUp(button); |
| 36 | } |
| 37 | |
| 38 | RLCPP_MAYBEUNUSED RLCPPAPI inline int GetX() { |
| 39 | return ::GetMouseX(); |
nothing calls this directly
no outgoing calls
no test coverage detected