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

Function ResetKeyboard

engine/hid/src/native/hid_native.cpp:379–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 }
378
379 void ResetKeyboard(HContext context)
380 {
381 dmPlatform::SetDeviceState(context->m_Window, WINDOW_DEVICE_STATE_KEYBOARD_RESET, true);
382 }
383}

Callers

nothing calls this directly

Calls 1

SetDeviceStateFunction · 0.50

Tested by

no test coverage detected