* Get mouse wheel movement for X or Y, whichever is larger */
| 90 | * Get mouse wheel movement for X or Y, whichever is larger |
| 91 | */ |
| 92 | RLCPP_MAYBEUNUSED RLCPPAPI inline float GetWheelMove() { |
| 93 | return ::GetMouseWheelMove(); |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Get mouse wheel movement for both X and Y |
nothing calls this directly
no outgoing calls
no test coverage detected