Package ilcd
Class Touch

Public Method setThresholdForMovementReporting

static void setThresholdForMovementReporting(int threshold)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
threshold 0 ... 255 threshold for touch move events

When reporting of touch movements is enabled (refer to Touch.setTouchFieldReportingEnabled(boolean)), reports are sent every time a touch point moves by threshold pixels.

Note

Example

Touch.setThresholdForMovementReporting(20);

Movement reports are sent every time the touch events moves by 20 pixels in any direction.

See also:

Touch