Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
void input_step() {
121
input_mouse_update();
122
input_keyboard_update();
123
input_hand_update();
124
}
125
126
///////////////////////////////////////////
127
Callers
4
window_step_begin
Function · 0.85
openxr_step_begin
Function · 0.85
offscreen_step_begin
Function · 0.85
simulator_step_begin
Function · 0.85
Calls
3
input_mouse_update
Function · 0.85
input_keyboard_update
Function · 0.85
input_hand_update
Function · 0.85
Tested by
no test coverage detected