20#import "OHGameControllerAxis.h"
22OF_ASSUME_NONNULL_BEGIN
26#if defined(OF_LINUX) && defined(OF_HAVE_FILES)
27@property (nonatomic, setter=oh_setMinRawValue:) int32_t oh_minRawValue;
28@property (nonatomic, setter=oh_setMaxRawValue:) int32_t oh_maxRawValue;
29@property (nonatomic, getter=oh_isInverted, setter=oh_setInverted:)
An axis of a game controller.
Definition OHGameControllerAxis.h:40