API Differences in GameController in macOS 14.4

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows 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