Struct CheckBox
Defined in File GuiWidgetDescription.h
Struct Documentation
-
struct CheckBox
A boolean toggle.
valueis read at construction time to set the initial state.on_changeis called (in the GUI thread) when the user toggles. The callback is responsible for any thread-safe propagation (e.g. via enqueue_request).nanogui : nanogui::CheckBox. ImGui : ImGui::Checkbox.