public interface IJoystickListener
Modifier and Type | Method and Description |
---|---|
void |
onJoystickActivated()
The user started using the joystick
|
void |
onJoystickDeactivated()
The user stopped using the joystick
|
void |
onJoystickMoved(Vector2 movement)
The joystick was moved. movement is the relative point to the basepoint of the joystick
|
void onJoystickActivated()
void onJoystickDeactivated()
void onJoystickMoved(Vector2 movement)