HomeSort by: relevance | last modified time | path
    Searched defs:Checkbox (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_widgets.cpp 10 // [SECTION] Widgets: Main (Button, Image, Checkbox, RadioButton, ProgressBar, Bullet, etc.)
381 // - Checkbox()
906 bool ImGui::Checkbox(const char* label, bool* v)
953 bool pressed = Checkbox(label, &v);
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_widgets.cpp 10 // [SECTION] Widgets: Main (Button, Image, Checkbox, RadioButton, ProgressBar, Bullet, etc.)
381 // - Checkbox()
906 bool ImGui::Checkbox(const char* label, bool* v)
953 bool pressed = Checkbox(label, &v);

Completed in 15 milliseconds