HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
widget_state.hpp
1// Copyright Take Vos 2022.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
9#pragma once
10
11namespace hi {
12inline namespace v1 {
13
14enum class widget_state {
19 off,
20
25 on,
26
31 other
32};
33
34}}
@ other
The gui_event does not have associated data.
DOXYGEN BUG.
Definition algorithm.hpp:13
geometry/margins.hpp
Definition cache.hpp:11
@ on
The border is drawn on the edge of a quad.
widget_state
Definition widget_state.hpp:14
@ off
The widget in the off-state.