Package ilcd
Class Touch

Public Method setTouchFieldReportingEnabled

static void setTouchFieldReportingEnabled(boolean enable)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
enable false ... true determines whether touch events are raised (true).

Enables raising of touch field make, break and move events.

Note

Example

Touch.setTouchFieldReportingEnabled(true);

Enables touch field event handling by invoking the method EventManagement.start(). If a touch field is pressed afterwards, the index of the touch field, event type, event coordinates and the (optional) ID of the touch point (finger) will be set in TouchEvent.

See also:

Touch
TouchEvent
Touch.createDefineTouchField(int, int)
Touch.setCurrentTouchFieldIndex(int)