20#import "OHGameController.h"
26OF_ASSUME_NONNULL_BEGIN
28@class OHNintendoSwitchExtendedGamepad;
33 OHNintendoSwitchExtendedGamepad *_extendedGamepad;
36- (instancetype)oh_init OF_UNAVAILABLE;
37- (instancetype)oh_initWithIndex: (
size_t)index OF_METHOD_FAMILY(init);
A class for reading state from a game controller.
Definition OHGameController.h:47