Package ilcd
Class TouchEvent

Public Method isTouchPressed

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:

Touch.isTouchReleased()
Touch.isTouchMoved()