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

Function ui_is_interacting

StereoKitC/ui/ui_core.cpp:742–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740///////////////////////////////////////////
741
742bool32_t ui_is_interacting(handed_ hand) {
743 return skui_hand[hand].active_prev != 0 || skui_hand[hand].focused_prev != 0;
744}
745
746///////////////////////////////////////////
747

Callers 2

demo_anchors_updateFunction · 0.85
demo_lines_drawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected