MCPcopy Create free account
hub / github.com/defold/defold / WindowGetMouseWheel

Function WindowGetMouseWheel

engine/platform/src/window.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 int32_t WindowGetMouseWheel(HWindow window)
116 {
117 return dmPlatform::GetMouseWheel(window);
118 }
119
120 void WindowGetMousePosition(HWindow window, int32_t* x, int32_t* y)
121 {

Callers

nothing calls this directly

Calls 1

GetMouseWheelFunction · 0.70

Tested by

no test coverage detected