20 #import "OHGameControllerElement.h"
22 #ifdef OBJFWHID_LOCAL_INCLUDES
25 # if defined(__has_feature) && __has_feature(modules)
28 # import <ObjFW/OFNotification.h>
32 OF_ASSUME_NONNULL_BEGIN
42 #if defined(OF_LINUX) && defined(OF_HAVE_FILES)
43 int32_t _minRawValue, _maxRawValue;
52 @property (nonatomic)
float value;
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:42
An axis of a game controller.
Definition: OHGameControllerAxis.h:40
An element of a game controller, e.g. a button, an axis or a directional pad.
Definition: OHGameControllerElement.h:41