Class used to interface with the handheld gamepad.
Fork of Gamepad by
Diff: Gamepad.h
- Revision:
- 15:c582b3326d44
- Parent:
- 13:ef5fc9f58805
- Child:
- 16:3ea3d9714b0c
diff -r 688bdcbdd3a5 -r c582b3326d44 Gamepad.h --- a/Gamepad.h Fri Mar 03 13:05:27 2017 +0000 +++ b/Gamepad.h Fri Mar 03 13:12:03 2017 +0000 @@ -43,8 +43,8 @@ }; -/** - * List of events that can be registered on the gamepad +/** Gamepad events + * @brief List of events that can be registered on the gamepad */ enum GamepadEvent { EVENT_A_PRESSED, ///< Button A has been pressed