Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ OnMouseWheel
Method
OnMouseWheel
GTE/Applications/WindowApplication.cpp:143–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
bool WindowApplication::OnMouseWheel(int32_t, int32_t, int32_t, uint32_t)
144
{
145
// Stub for derived classes.
146
return false;
147
}
148
149
void WindowApplication::SetMousePosition(int32_t, int32_t)
150
{
Callers
1
WindowProcedure
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected