Package ilcd
Class Touch

Public Method setNumberOfTouchFingers

static void setNumberOfTouchFingers(int fingers)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
fingers 1 ... 5 number of simulataneously evaluated touch points

Sets the number of evaluated touch points to fingers.

Note

Example

Touch.setNumberOfTouchFingers(2);

Sets the number of touch points evaluated simultaneously to 2 (works on iLCD panelJoC boards with capacitive touch screen only).

See also:

Touch
Touch.getNumberOfTouchFingers()
Touch.createDefineTouchField(int, int)