AppBase::OnPad

AppBase::OnPad
virtual void OnPad(unsigned controllerIndex, PadKeyCode padCode, bool downFlag);
Description

OnPad is called to notify application about gamepad event.

Parameters
Parameters 
Description 
unsigned controllerIndex 
The index of the game controller. 
PadKeyCode padCode 
The game pad key code. 
bool downFlag 
Flag to indicate the key is pressed down.