API Differences in GameController in macOS 14.4

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in GameController in the macOS 14.4 SDK.

Table of Contents

Functions & Methods

GCButtonElementName
public static func backLeftButton(position: Swift.Int) -> GameController.GCButtonElementName
GCButtonElementName
public static func backRightButton(position: Swift.Int) -> GameController.GCButtonElementName
extern GCInputButtonName GCInputBackLeftButton(NSInteger position)
extern GCInputButtonName GCInputBackRightButton(NSInteger position)

Properties & Constants

GCButtonElementName
public static let leftBumper: GameController.GCButtonElementName
GCButtonElementName
public static let rightBumper: GameController.GCButtonElementName
extern GCInputButtonName GCInputLeftBumper
extern GCInputButtonName GCInputRightBumper