20 #import "OHGameControllerElement.h" 21 #ifdef OBJFWHID_LOCAL_INCLUDES 24 # if defined(__has_feature) && __has_feature(modules) 27 # import <ObjFW/OFNotification.h> 30 #import "OHGameControllerAxis.h" 31 #import "OHGameControllerButton.h" 33 OF_ASSUME_NONNULL_BEGIN
41 OF_SUBCLASSING_RESTRICTED
47 OHGameControllerDirectionalPadTypeAxes = 1,
48 OHGameControllerDirectionalPadTypeButtons = 2
90 OHGameControllerDirectionalPadValueDidChangeNotification;
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:41
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:39
A directional pad or thumb stick of a game controller.
Definition: OHGameControllerDirectionalPad.h:42