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
48 @property (readonly, nonatomic, getter=isPressed)
bool pressed;
53 @property (nonatomic)
float value;
63 OHGameControllerButtonValueDidChangeNotification;
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:41
An element of a game controller, e.g. a button, an axis or a directional pad.
Definition: OHGameControllerElement.h:40