Package ilcd
Class TouchEvent
boolean isTouchPressed()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
| Returns | Range | Description |
|---|---|---|
| pressed | true ... false | becomes true when the touch field is pressed |
The current state of the defined and created touch field is evaluated to true, if the pressed touch field is already pressed.
Example
public void onTouch(TouchEvent event)
{ ...
if(event.isTouchPressed())
{ ...
See also:
Copyright © demmel products gmbh. All rights reserved.