20 #import "OHGameControllerButton.h" 22 OF_ASSUME_NONNULL_BEGIN
26 OF_SUBCLASSING_RESTRICTED
33 - (instancetype)initWithName: (
OFString *)name
34 analog: (
bool)analog OF_UNAVAILABLE;
36 positive: (
bool)positive OF_DESIGNATED_INITIALIZER;
An axis of a game controller.
Definition: OHGameControllerAxis.h:29
A class for handling strings.
Definition: OFString.h:142