public interface UiInputSourceListener
InputSource changes| Modifier and Type | Method and Description |
|---|---|
void |
gamePadTypeChanged(UiContainer container,
GamePadType oldGamePadType,
GamePadType newGamePadType)
Called when the
GamePadType changes |
void |
inputSourceChanged(UiContainer container,
InputSource oldInputSource,
InputSource newInputSource)
Called when the
InputSource changes |
void inputSourceChanged(UiContainer container, InputSource oldInputSource, InputSource newInputSource)
InputSource changescontainer - The UiContainer that the InputSource changed onoldInputSource - The previous InputSourcenewInputSource - The new InputSourcevoid gamePadTypeChanged(UiContainer container, GamePadType oldGamePadType, GamePadType newGamePadType)
GamePadType changescontainer - The UiContainer that the GamePadType changed onoldGamePadType - The previous GamePadTypenewGamePadType - The new GamePadType