Touch

Represent Touch-Events

Members

Static functions

getDevice
long getDevice(int index)

Returns the Touch-ID of the Touch-Device with the given index

getFinger
Finger getFinger(long touchId, int index)

Returns the Finger with the given index of the Touch.Device with the given ID

getNumOfDevices
int getNumOfDevices()

Returns of many Touch-Devices exist

getNumOfFingers
int getNumOfFingers(long touchId)

Returns the amount of (supported) fingers for the Touch-Device with the given ID

Meta

Authors

Randy Schuett (rswhite4@googlemail.com)