MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GetWheelMove

Function GetWheelMove

include/Mouse.hpp:92–94  ·  view source on GitHub ↗

* Get mouse wheel movement for X or Y, whichever is larger */

Source from the content-addressed store, hash-verified

90 * Get mouse wheel movement for X or Y, whichever is larger
91 */
92RLCPP_MAYBEUNUSED RLCPPAPI inline float GetWheelMove() {
93 return ::GetMouseWheelMove();
94}
95
96/**
97 * Get mouse wheel movement for both X and Y

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected