20 #import "OHGameControllerProfile.h"
22 OF_ASSUME_NONNULL_BEGIN
A directional pad or thumb stick of a game controller.
Definition: OHGameControllerDirectionalPad.h:34
A profile for a OHGameController.
Definition: OHGameControllerProfile.h:45
A game controller profile representing a gamepad.
Definition: OHGamepad.h:29
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