Contents

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.

See Also

Handling multiple controllers