* Get mouse wheel movement for both X and Y * * @see ::GetMouseWheelMoveV() */
| 99 | * @see ::GetMouseWheelMoveV() |
| 100 | */ |
| 101 | RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetWheelMoveV() { |
| 102 | return GetMouseWheelMoveV(); |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * Sets the current mouse cursor icon. |
nothing calls this directly
no outgoing calls
no test coverage detected