Package ilcd
Class TouchEvent

Public Method isTouchMoved

boolean isTouchMoved()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Range Description
moved true ... false becomes true when the touch field coordinate is changed

The current state of the defined and created touch field is evaluated to true, if the pressed touch field coordinate is moved.

Example

public void onTouch(TouchEvent event)

{ ...

   if(event.isTouchMoved())

   { ...

See also:

Touch.isTouchPressed()
Touch.isTouchReleased()