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