22OF_ASSUME_NONNULL_BEGIN
29@protocol OHExtendedGamepad <OHGamepad>
45@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
53@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
61@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
A directional pad or thumb stick of a game controller.
Definition OHGameControllerDirectionalPad.h:43
OHGameControllerButton * rightThumbstickButton
The right thumb stick button.
Definition OHExtendedGamepad.h:54
OHGameControllerDirectionalPad * leftThumbstick
The left thumb stick.
Definition OHExtendedGamepad.h:67
OHGameControllerButton * leftThumbstickButton
The left thumb stick button.
Definition OHExtendedGamepad.h:46
OHGameControllerButton * homeButton
The home button.
Definition OHExtendedGamepad.h:62
OHGameControllerDirectionalPad * rightThumbstick
The right thumb stick.
Definition OHExtendedGamepad.h:72
OHGameControllerButton * leftTriggerButton
The left trigger button.
Definition OHExtendedGamepad.h:33
OHGameControllerButton * rightTriggerButton
The right trigger button.
Definition OHExtendedGamepad.h:38