MCPcopy 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
143bool WindowApplication::OnMouseWheel(int32_t, int32_t, int32_t, uint32_t)
144{
145 // Stub for derived classes.
146 return false;
147}
148
149void WindowApplication::SetMousePosition(int32_t, int32_t)
150{

Callers 1

WindowProcedureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected