libkipr
1.0.0
button_ids.hpp
Go to the documentation of this file.
1
#ifndef _KIPR_BUTTON_BUTTON_IDS_H_
2
#define _KIPR_BUTTON_BUTTON_IDS_H_
3
4
namespace
kipr
5
{
6
namespace
button
7
{
8
enum class
Id
9
{
10
A
= 0,
11
B
,
12
C
,
13
X
,
14
Y
,
15
Z
,
16
Left
,
17
Right
,
18
Physical
19
};
20
}
21
}
22
23
#endif
kipr::button::Id
Id
Definition:
button_ids.hpp:9
kipr::button::Id::X
@ X
kipr::button::Id::C
@ C
kipr::button::Id::Z
@ Z
kipr::button::Id::Y
@ Y
kipr::button::Id::A
@ A
kipr::button::Id::Right
@ Right
kipr::button::Id::Left
@ Left
kipr::button::Id::B
@ B
kipr::button::Id::Physical
@ Physical
kipr
Definition:
accel.hpp:7
module
button
public
kipr
button
button_ids.hpp
Generated by
1.9.1