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
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