virtual bool IsPadConnected(unsigned pad);
IsPadConnected determines whether the game pad is connected with the application. For performance reasons GamePad will work only if it was connected before application launch.
Parameters |
Description |
unsigned pad |
The number of controllers to connect. |
Returns true if the game pad is connected and false otherwise.