lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
Loading...
Searching...
No Matches
toggle.hpp File Reference

Toggle (checkbox) UI element. More...

#include "lmgl/ui/ui_element.hpp"
#include "lmgl/ui/panel.hpp"
#include "lmgl/ui/text.hpp"
#include <glm/glm.hpp>
#include <functional>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  lmgl::ui::Toggle
 Toggle/Checkbox UI element with on/off state. More...

Namespaces

namespace  lmgl
 Forward declarations for Assimp Material structure.
namespace  lmgl::ui

Detailed Description

Toggle (checkbox) UI element.