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

Function WindowSetDeviceState

engine/platform/src/window.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 void WindowSetDeviceState(HWindow window, WindowDeviceState state, bool op1, bool op2)
166 {
167 dmPlatform::SetDeviceState(window, state, op1, op2);
168 }
169
170 bool WindowGetDeviceState(HWindow window, WindowDeviceState state, int32_t op1)
171 {

Callers

nothing calls this directly

Calls 1

SetDeviceStateFunction · 0.70

Tested by

no test coverage detected