HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
button_type.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_type {
24
34 toggle,
35
47 radio
48};
49
50} // namespace tt
button_type
The type of button.
Definition button_type.hpp:13
@ toggle
A toggle button.
@ radio
A radio button.
@ momentary
A momentary button.