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

Function input_step

StereoKitC/systems/input.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118///////////////////////////////////////////
119
120void input_step() {
121 input_mouse_update();
122 input_keyboard_update();
123 input_hand_update();
124}
125
126///////////////////////////////////////////
127

Callers 4

window_step_beginFunction · 0.85
openxr_step_beginFunction · 0.85
offscreen_step_beginFunction · 0.85
simulator_step_beginFunction · 0.85

Calls 3

input_mouse_updateFunction · 0.85
input_keyboard_updateFunction · 0.85
input_hand_updateFunction · 0.85

Tested by

no test coverage detected