Classes | |
| struct | CursorPos |
| struct | Drop |
| struct | FramebufferResize |
| struct | Key |
| struct | MouseButton |
| struct | Scroll |
| struct | WindowClose |
| struct | WindowPos |
| struct | WindowResize |
Typedefs | |
| using | Codepoint = kvf::Codepoint |
| using | Event = std::variant< WindowClose, WindowFocus, CursorFocus, FramebufferResize, WindowResize, WindowPos, WindowIconify, CursorPos, Codepoint, Key, MouseButton, Scroll, Drop > |
Enumerations | |
| enum class | WindowFocus : bool { False , True } |
| enum class | CursorFocus : bool { False , True } |
| enum class | WindowIconify : bool { False , True } |
| using le::event::Codepoint = typedef kvf::Codepoint |
| using le::event::Event = typedef std::variant<WindowClose, WindowFocus, CursorFocus, FramebufferResize, WindowResize, WindowPos, WindowIconify, CursorPos, Codepoint, Key, MouseButton, Scroll, Drop> |
|
strong |
|
strong |
|
strong |