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

Function WindowGetMousePosition

engine/platform/src/window.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 void WindowGetMousePosition(HWindow window, int32_t* x, int32_t* y)
121 {
122 dmPlatform::GetMousePosition(window, x, y);
123 }
124
125 uint32_t WindowGetTouchData(HWindow window, WindowTouchData* touch_data, uint32_t touch_data_count)
126 {

Callers

nothing calls this directly

Calls 1

GetMousePositionFunction · 0.70

Tested by

no test coverage detected