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

Function SetDeviceState

engine/platform/src/platform_window_null.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 {}
214
215 void SetDeviceState(HWindow window, WindowDeviceState state, bool op1)
216 {
217 SetDeviceState(window, state, op1, false);
218 }
219
220 void SetDeviceState(HWindow window, WindowDeviceState state, bool op1, bool op2)
221 {

Callers 7

WindowSetDeviceStateFunction · 0.70
ShowKeyboardFunction · 0.50
HideKeyboardFunction · 0.50
EnableAccelerometerFunction · 0.50
ShowMouseCursorFunction · 0.50
HideMouseCursorFunction · 0.50
ResetKeyboardFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected