Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ olc_UpdateMouseWheel
Method
olc_UpdateMouseWheel
olcPixelGameEngine.h:4570–4573 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4568
}
4569
4570
void PixelGameEngine::olc_UpdateMouseWheel(int32_t delta)
4571
{
4572
nMouseWheelDeltaCache += delta;
4573
}
4574
4575
void PixelGameEngine::olc_UpdateMouse(int32_t x, int32_t y)
4576
{
Callers
4
olc_WindowEvent
Method · 0.80
HandleSystemEvent
Method · 0.80
scrollWheelUpdate
Method · 0.80
wheel_callback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected