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
A class for handling strings.
Definition: OFString.h:143
An axis of a game controller.
Definition: OHGameControllerAxis.h:30
An 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