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

Function HideKeyboard

engine/hid/src/hid.cpp:555–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553 }
554
555 void HideKeyboard(HContext context)
556 {
557 dmPlatform::SetDeviceState(context->m_Window, WINDOW_DEVICE_STATE_KEYBOARD_DEFAULT, false);
558 }
559
560 void EnableAccelerometer(HContext context)
561 {

Callers 1

LuaHideKeyboardFunction · 0.85

Calls 1

SetDeviceStateFunction · 0.50

Tested by

no test coverage detected