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

Function GetMouseWheel

engine/platform/src/platform_window_null.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 int32_t GetMouseWheel(HWindow window)
132 {
133 return 0;
134 }
135
136 void GetMousePosition(HWindow window, int32_t* x, int32_t* y)
137 {

Callers 2

WindowGetMouseWheelFunction · 0.70
UpdateFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected