|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GGPushButton | |
---|---|
ch.aplu.android | Package of the JDroidLib framework for developing Android applications with a focus on gaming and simulations. |
Uses of GGPushButton in ch.aplu.android |
---|
Methods in ch.aplu.android with parameters of type GGPushButton | |
---|---|
void |
GGPushButtonAdapter.buttonClicked(GGPushButton button)
Event callback method called when the button is clicked. |
void |
GGPushButtonListener.buttonClicked(GGPushButton button)
Event callback method called when the button is clicked. |
void |
GGPushButtonAdapter.buttonPressed(GGPushButton button)
Event callback method called when the button is pressed. |
void |
GGPushButtonListener.buttonPressed(GGPushButton button)
Event callback method called when the button is pressed. |
void |
GGPushButtonAdapter.buttonReleased(GGPushButton button)
Event callback method called when the button is released. |
void |
GGPushButtonListener.buttonReleased(GGPushButton button)
Event callback method called when the button is released. |
void |
GGPushButtonAdapter.buttonRepeated(GGPushButton button)
Event callback method called when the button is held down. |
void |
GGPushButtonListener.buttonRepeated(GGPushButton button)
Event callback method called when the button held down. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |