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

Function GetMousePosition

engine/platform/src/platform_window_null.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 void GetMousePosition(HWindow window, int32_t* x, int32_t* y)
137 {
138 if (x) *x = 0;
139 if (y) *y = 0;
140 }
141
142 uint32_t GetTouchData(HWindow window, WindowTouchData* touch_data, uint32_t touch_data_count)
143 {

Callers 2

WindowGetMousePositionFunction · 0.70
UpdateFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected