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

Function input_init

StereoKitC/systems/input.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100///////////////////////////////////////////
101
102bool input_init() {
103 input_keyboard_initialize();
104 input_hand_init();
105 input_mouse_update();
106 return true;
107}
108
109///////////////////////////////////////////
110

Callers

nothing calls this directly

Calls 3

input_hand_initFunction · 0.85
input_mouse_updateFunction · 0.85

Tested by

no test coverage detected