Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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.