Package ilcd
The class TouchEvent is used to receive informations about touch field events. A TouchEvent object is passed to the method onTouch() of the OnTouchListener Interface. There are basically three types of touch events: pressed, released and moved. When an event occurs, the x and y coordinates of the event can be read from the iLCD display. It's possible to create 64 rectangular touch fields with Touch.createDefineTouchField(int, int). The first parameter defines the touch field index which is stored in the TouchEvent object.
Note
Up to 5 fingers can be distinguished when simultaneously touching the iLCD. A point ID is given to each finger.
_INSERT_CONSTRUCTOR_ENTRY_HERE_
Public Methods
Methods inherited from java.lang.Object
_INSERT_INHERITED_METHOD_ENTRY_HERE_
_INSERT_FIELDS_ENTRY_HERE_
Copyright © demmel products gmbh. All rights reserved.