current
The most recently used game controller.
Declaration
class var current: GCController? { get }Discussion
Use this property for a single-player game when you don’t need to distinguish the input from multiple controllers simultaneously.
The most recently used game controller.
class var current: GCController? { get }Use this property for a single-player game when you don’t need to distinguish the input from multiple controllers simultaneously.