HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
ttauri
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
tt {
10
13
enum class
button_state
{
16
off
,
17
20
on
,
21
29
other
30
};
31
32
}
tt::button_state
button_state
The state of a button.
Definition
button_state.hpp:13
tt::button_state::off
@ off
The 'off' state of a button.
tt::button_state::on
@ on
The 'on' state of a button.
Generated on Mon Apr 22 2024 12:53:32 for HikoGUI by
1.10.0