Skip to content

raylib.GetMouseWheelMove

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get mouse wheel movement Y

Parameters

None.

Return value

Condition Return Value
(always) number

Notes

Example

wheel = raylib.GetMouseWheelMove
zoom = zoom + wheel * 0.1

Clone this wiki locally