public interface UiInputSourceListener
InputSource
changesModifier 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 InputSource
newInputSource
- The new InputSource
void gamePadTypeChanged(UiContainer container, GamePadType oldGamePadType, GamePadType newGamePadType)
GamePadType
changescontainer
- The UiContainer
that the GamePadType
changed onoldGamePadType
- The previous GamePadType
newGamePadType
- The new GamePadType