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

Function GetWheelMoveV

include/Mouse.hpp:101–103  ·  view source on GitHub ↗

* Get mouse wheel movement for both X and Y * * @see ::GetMouseWheelMoveV() */

Source from the content-addressed store, hash-verified

99 * @see ::GetMouseWheelMoveV()
100 */
101RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetWheelMoveV() {
102 return GetMouseWheelMoveV();
103}
104
105/**
106 * Sets the current mouse cursor icon.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected