getMouseScrollOffsetY
WindowModuleInterface::getMouseScrollOffsetY
Returns the vertical mouse scroll offset between the last and current frame.
Declaration
virtual float getMouseScrollOffsetY(WindowID windowID) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
windowID |
The window to check the vertical scroll wheel offset on. |
Returns
The vertical mouse scroll offset between the last and current frame.
Notes
The vertical mouse scroll often applies to a mouse scroll wheel.