| 
| enum   | Position {  
  TopLeft, 
Top, 
TopRight, 
Left, 
 
  Center, 
Right, 
BottomLeft, 
Bottom, 
 
  BottomRight
 
 } | 
|   | 
 | 
| 
constexpr  | HatState (const uint8_t v) noexcept | 
|   | 
| 
constexpr uint8_t  | unsafe_toSDLEnum () const | 
|   | 
| 
constexpr bool  | pointsLeft () const | 
|   | 
| 
constexpr bool  | pointsRight () const | 
|   | 
| 
constexpr bool  | pointsUp () const | 
|   | 
| 
constexpr bool  | pointsDown () const | 
|   | 
| 
constexpr Position  | pos () const | 
|   | 
Definition at line 37 of file Event.hpp.
 
The documentation for this struct was generated from the following file: