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

Function GetKeyboard

engine/hid/src/hid.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 HKeyboard GetKeyboard(HContext context, uint8_t index)
77 {
78 if (index < MAX_KEYBOARD_COUNT)
79 return &context->m_Keyboards[index];
80 else
81 return INVALID_KEYBOARD_HANDLE;
82 }
83
84 HMouse GetMouse(HContext context, uint8_t index)
85 {

Callers 7

StepFrameFunction · 0.85
SetUpMethod · 0.85
TEST_FFunction · 0.85
EngineUpdateFunction · 0.85
RunFunction · 0.85
SetBindingFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 5

SetUpMethod · 0.68
TEST_FFunction · 0.68
EngineUpdateFunction · 0.68
RunFunction · 0.68
TEST_FFunction · 0.68