These are the TVGameController class methods that provides game controller information (No Force Feedback).
VB.NET
' TV Variables. Public GameController As TVGameController ' Set New objects. GameController = New TVGameController
C++
//todo
| Method | Description |
|---|---|
| Destroy | Short description of Destroy |
| GetAxisCount | Short description of GetAxisCount |
| GetButtonCount | Returns the number of buttons available on the controller. |
| GetButtonState | Returns the current button state (ibuttonIndex As Integer). |
| GetControllerState | Returns the current state of the game controller(MTV3D65.TV_JOYSTATE). |
| GetControllerStateAdvanced | Returns the current state of the game controller (MTV3D65.TV_JOYSTATE2). |
| GetControllerSubType | Short description of GetControllerSubType |
| GetControllerType | Short description of GetControllerType |
| GetIndex | Short description of GetIndex |
| GetInstanceGUID | Returns the instance GUID (instance global identifier) for the game controller. |
| GetInstanceName | Returns the instance name of the game controller object. |
| GetProductGUID | Returns the product GUID (product global identifier) for the game controller. |
| GetProductName | Returns the Product name of the game controller. |
| Initialize | Initializes the game controller. |
| InUse | Tells if the game controller is actually used/initialized right now, or not. |
| IsConnected | Tells if the game controller is actually connected to the computer right now, or not. |
| Poll | Refreshs the controller state. |
| SetIndex | Short description of SetIndex |