20#import "OHGameControllerProfile.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 profile for a OHGameController.
Definition OHGameControllerProfile.h:45