MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / input_keyboard_initialize

Function input_keyboard_initialize

StereoKitC/systems/input_keyboard.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35///////////////////////////////////////////
36
37void input_keyboard_initialize() {
38 local = {};
39 local.last_physical_keypress = -1000;
40 local.key_pending_mtx = ft_mutex_create();
41}
42
43///////////////////////////////////////////
44

Callers 1

input_initFunction · 0.85

Calls 1

ft_mutex_createFunction · 0.85

Tested by

no test coverage detected