Backwards-compatible alias for OnDown. Do not register both unless both callbacks should run.
Fires when the captured keyboard, mouse, or HID trigger activates.
Fires on keyboard/mouse release after this capture activated. HID captures do not emit generic release events.
Hides the element without destroying it. Call Show() to make it visible again.
Makes a previously hidden element visible again.
Permanently removes the element from the UI panel.
Updates the element's display text when the element has a label.
Merges safe CSS-like renderer style metadata into the element.
Returns the current value of the element.
Programmatically sets the element's value. Persists to storage and triggers OnChange listeners.
Registers a callback that fires whenever the user changes the value.
A hotkey capture element that displays the currently bound trigger and lets the user rebind it by pressing a new keyboard, mouse, or HID device event.