Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Xbox Tools Framework (XTF) API that is used to simulate controller input on a development console.
Interfaces
Interface | Description |
---|---|
IXtfInputClient | Represents an XTF input client. |
Functions
Function | Description |
---|---|
XtfCreateInputClient | Initializes a new instance of the IXtfInputClient interface with the specified address. |
Structures
Structure | Description |
---|---|
GAMEPAD_REPORT structure | A snapshot of the state of a controller. |
GAMEPAD_REPORT_EX | A snapshot of the state of a controller with extended information. |
GAMEPAD_VIBRATION | TBD |
Enumerations
Enumeration | Description |
---|---|
GAMEPAD_BUTTONS Enumeration | Controller button identifier flags. |
GAMEPAD_MORE_BUTTONS | Controller button identifier flags for buttons that are only present on Xbox Series controllers. |
To create an object that implements IXtfInputClient, call XtfCreateInputClient.