20#import "OHGameControllerElement.h"
22OF_ASSUME_NONNULL_BEGIN
32#if defined(OF_LINUX) && defined(OF_HAVE_FILES)
33 int32_t _minRawValue, _maxRawValue;
41@property (nonatomic)
float value;
An axis of a game controller.
Definition OHGameControllerAxis.h:30
An element of a game controller, e.g. a button, an axis or a directional pad.
Definition OHGameControllerElement.h:41