20#import "OHGameControllerProfile.h"
22OF_ASSUME_NONNULL_BEGIN
29@protocol OHGamepad <OHGameControllerProfile>
A directional pad or thumb stick of a game controller.
Definition OHGameControllerDirectionalPad.h:43
OHGameControllerButton * eastButton
The east button on the gamepad's diamond pad.
Definition OHGamepad.h:48
OHGameControllerButton * optionsButton
The options button, sometimes also called select button.
Definition OHGamepad.h:68
OHGameControllerButton * westButton
The west button on the gamepad's diamond pad.
Definition OHGamepad.h:43
OHGameControllerButton * southButton
The south button on the gamepad's diamond pad.
Definition OHGamepad.h:38
OHGameControllerButton * rightShoulderButton
The right shoulder button.
Definition OHGamepad.h:58
OHGameControllerButton * menuButton
The menu button, sometimes also called start button.
Definition OHGamepad.h:63
OHGameControllerDirectionalPad * dPad
The D-Pad.
Definition OHGamepad.h:73
OHGameControllerButton * leftShoulderButton
The left shoulder button.
Definition OHGamepad.h:53
OHGameControllerButton * northButton
The north button on the gamepad's diamond pad.
Definition OHGamepad.h:33