20 #import "OHGameControllerElement.h" 21 #import "OHGameControllerAxis.h" 22 #import "OHGameControllerButton.h" 24 OF_ASSUME_NONNULL_BEGIN
32 OF_SUBCLASSING_RESTRICTED
69 - (instancetype)initWithName: (
OFString *)name
70 analog: (
bool)analog OF_UNAVAILABLE;
72 - (instancetype)initWithName: (
OFString *)name
77 - (instancetype)initWithName: (
OFString *)name
An element of a game controller, e.g. a button, an axis or a directional pad.
Definition: OHGameControllerElement.h:40
An axis of a game controller.
Definition: OHGameControllerAxis.h:29
A class for handling strings.
Definition: OFString.h:142
An directional pad or thumb stick of a game controller.
Definition: OHGameControllerDirectionalPad.h:33