public interface GGSoftButtonListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
buttonClicked(int buttonNb)
Event callback when the button is clicked (pressed and released). 
 | 
void | 
buttonPressed(int buttonNb)
Event callback when the button is pressed. 
 | 
void | 
buttonReleased(int buttonNb)
Event callback when the button is release. 
 | 
void | 
buttonRepeated(int buttonNb)
Event callback when the button is hold down. 
 | 
void buttonPressed(int buttonNb)
buttonNb - the number of the button (0..3)void buttonReleased(int buttonNb)
buttonNb - the number of the button (0..3)void buttonRepeated(int buttonNb)
buttonNb - the number of the button (0..3)void buttonClicked(int buttonNb)
buttonNb - the number of the button (0..3)