20 #import "OHGameControllerElement.h"
21 #import "OHGameControllerAxis.h"
22 #import "OHGameControllerButton.h"
24 OF_ASSUME_NONNULL_BEGIN
32 OF_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
An element of a game controller, e.g. a button, an axis or a directional pad.
Definition: OHGameControllerElement.h:41