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"
33OF_ASSUME_NONNULL_BEGIN
41OF_SUBCLASSING_RESTRICTED
47 OHGameControllerDirectionalPadTypeAxes = 1,
48 OHGameControllerDirectionalPadTypeButtons = 2
90 OHGameControllerDirectionalPadValueDidChangeNotification;
A class for storing constant strings using the @"" literal.
Definition OFConstantString.h:42
An axis of a game controller.
Definition OHGameControllerAxis.h:40
A directional pad or thumb stick of a game controller.
Definition OHGameControllerDirectionalPad.h:43
An element of a game controller, e.g. a button, an axis or a directional pad.
Definition OHGameControllerElement.h:41