WebRadioApp  0.1
ew_bsp_touch.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  XTouchEvent
 

Macros

#define EW_BSP_TOUCH_DOWN   1
 
#define EW_BSP_TOUCH_MOVE   2
 
#define EW_BSP_TOUCH_UP   3
 

Functions

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)