Package | Description |
---|---|
tijos.framework.sensor.button |
Button classes
|
Modifier and Type | Method and Description |
---|---|
void |
ITiButtonEventListener.onPressed(TiButton button)
the event is triggered when the button is pressed
|
void |
ITiButtonEventListener.onReleased(TiButton button)
the event is triggered when the button is released
|