20#ifdef OBJFWHID_LOCAL_INCLUDES
24# if defined(__has_feature) && __has_feature(modules)
27# import <ObjFW/OFObject.h>
28# import <ObjFW/OFString.h>
32OF_ASSUME_NONNULL_BEGIN
55@property (readonly, nonatomic, getter=isAnalog)
bool analog;
57- (instancetype)
init OF_UNAVAILABLE;
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:696
A class for handling strings.
Definition OFString.h:143
An element of a game controller, e.g. a button, an axis or a directional pad.
Definition OHGameControllerElement.h:41
OFString * name
The name of the game controller element.
Definition OHGameControllerElement.h:50
bool analog
Whether the game controller element is analog.
Definition OHGameControllerElement.h:55