HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
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
9namespace tt {
10
13enum class button_state {
16 off,
17
20 on,
21
29 other
30};
31
32}
button_state
The state of a button.
Definition button_state.hpp:13
@ off
The 'off' state of a button.
@ on
The 'on' state of a button.