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

Function ui_button_behavior

StereoKitC/ui/ui_core.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235///////////////////////////////////////////
236
237void ui_button_behavior(vec3 window_relative_pos, vec2 size, uint64_t id, float& out_finger_offset, button_state_& out_button_state, button_state_& out_focus_state, int32_t* out_opt_hand) {
238 ui_button_behavior_depth(window_relative_pos, size, id, skui_settings.depth, skui_settings.depth / 2, out_finger_offset, out_button_state, out_focus_state, out_opt_hand);
239}
240
241///////////////////////////////////////////
242

Callers 4

ui_button_img_at_gFunction · 0.85
ui_toggle_img_at_gFunction · 0.85
ui_button_round_at_gFunction · 0.85
ui_input_gFunction · 0.85

Calls 1

ui_button_behavior_depthFunction · 0.85

Tested by

no test coverage detected