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

Function ui_input

StereoKitC/ui/stereokit_ui.cpp:702–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702bool32_t ui_input(const char *id, char *buffer, int32_t buffer_size, vec2 size, text_context_ type) {
703 return ui_input_g<char>(id, buffer, buffer_size, size, type);
704}
705bool32_t ui_input_16(const char16_t *id, char16_t *buffer, int32_t buffer_size, vec2 size, text_context_ type) {
706 return ui_input_g<char16_t>(id, buffer, buffer_size, size, type);
707}

Callers 2

demo_ui_updateFunction · 0.85
file_picker_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected