20 #import "OHGameController.h"
22 OF_ASSUME_NONNULL_BEGIN
28 id <OHGameControllerProfile> _profile;
31 - (instancetype)oh_init OF_UNAVAILABLE;
32 - (instancetype)oh_initWithIndex: (int32_t)index
33 type: (uint32_t)type OF_METHOD_FAMILY(init);
A class for reading state from a game controller.
Definition: OHGameController.h:47