20 #ifdef OBJFWHID_LOCAL_INCLUDES
24 # if defined(__has_feature) && __has_feature(modules)
27 # import <ObjFW/OFObject.h>
28 # import <ObjFW/OFString.h>
32 OF_ASSUME_NONNULL_BEGIN
49 @property (readonly, nonatomic)
55 @property (readonly, nonatomic)
An abstract class for storing objects in a dictionary.
Definition: OFDictionary.h:84
The root class for all other classes inside ObjFW.
Definition: OFObject.h:692
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
A profile for a OHGameController.
Definition: OHGameControllerProfile.h:45
OFDictionary * buttons
A map of all button names to their OHGameControllerButton.
Definition: OHGameControllerProfile.h:50
OFDictionary * directionalPads
A map of all directional pads to their OHGameControllerDirectionalPad.
Definition: OHGameControllerProfile.h:63
OFDictionary * axes
A map of all axis names to their OHGameControllerAxis.
Definition: OHGameControllerProfile.h:56