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

Function input_get_pointer

StereoKitC/systems/input.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41///////////////////////////////////////////
42
43pointer_t *input_get_pointer(int32_t id) {
44 return &input_pointers[id];
45}
46
47///////////////////////////////////////////
48

Callers 11

hand_oxrc_update_poseFunction · 0.85
hand_oxrc_update_frameFunction · 0.85
hand_mouse_update_frameFunction · 0.85
hand_mouse_update_posesFunction · 0.85
hand_oxra_update_jointsFunction · 0.85
ui_core_updateFunction · 0.85
_ui_handle_beginFunction · 0.85
oxri_update_posesFunction · 0.85
oxri_update_frameFunction · 0.85
simulator_step_beginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected