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
Id
Definition: button_ids.hpp:9
Definition: accel.hpp:7