20#import "OHExtendedGamepad.h"
22OF_ASSUME_NONNULL_BEGIN
26 OFDictionary OF_GENERIC(OFString *, OHGameControllerButton *) *_buttons;
27 OFDictionary OF_GENERIC(OFString *, OHGameControllerDirectionalPad *)
31- (instancetype)init OF_UNAVAILABLE;
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
A game controller profile representing a gamepad.
Definition OHExtendedGamepad.h:29