HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
hikogui
widgets
button_state.hpp
Go to the documentation of this file.
1
// Copyright Take Vos 2021.
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
6
7
#pragma once
8
9
namespace
hi::inline v1 {
10
13
enum class
button_state
{
16
off
,
17
20
on,
21
29
other
30
};
31
32
}
// namespace hi::inline v1
v1::button_state
button_state
The state of a button.
Definition
button_state.hpp:13
v1::button_state::off
@ off
The 'off' state of a button.
Generated on Mon Apr 22 2024 12:53:28 for HikoGUI by
1.10.0