Go to the source code of this file.
|
void | EwBspTouchInit (int aWidth, int aHeight) |
| Initializes the touch driver. More...
|
|
void | EwBspTouchDone (void) |
| Terminates the touch driver. More...
|
|
int | EwBspTouchGetEvents (XTouchEvent **aTouchEvent) |
| The function EwBspTouchGetEvents reads the current touch positions from the touch driver and returns the current touch position and touch status of the different fingers. The returned number of touch events indicates the number of XTouchEvent that contain position and status information. The orientation of the touch positions is adjusted to match GUI coordinates. If the hardware supports only single touch, the finger number is always 0. More...
|
|
void | EwBspTouchEventHandler (int aEventId) |
|