20#import "OHGameControllerElement.h"
21#import "OHGameControllerAxis.h"
22#import "OHGameControllerButton.h"
24OF_ASSUME_NONNULL_BEGIN
32OF_SUBCLASSING_RESTRICTED
An axis of a game controller.
Definition OHGameControllerAxis.h:30
A directional pad or thumb stick of a game controller.
Definition OHGameControllerDirectionalPad.h:34
OHGameControllerButton * down
The down button of the directional pad.
Definition OHGameControllerDirectionalPad.h:57
OHGameControllerAxis * yAxis
The Y axis of the directional pad.
Definition OHGameControllerDirectionalPad.h:47
OHGameControllerButton * left
The left button of the directional pad.
Definition OHGameControllerDirectionalPad.h:62
OHGameControllerButton * up
The up button of the directional pad.
Definition OHGameControllerDirectionalPad.h:52
OHGameControllerAxis * xAxis
The X axis of the directional pad.
Definition OHGameControllerDirectionalPad.h:42
OHGameControllerButton * right
The right button of the directional pad.
Definition OHGameControllerDirectionalPad.h:67
An element of a game controller, e.g. a button, an axis or a directional pad.
Definition OHGameControllerElement.h:41