root/include/touchscreen.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef TOUCHSCREEN_H
   2 #define TOUCHSCREEN_H
   3 
   4 #ifdef CAM_TOUCHSCREEN_UI
   5 
   6 extern int redraw_buttons;
   7 
   8 extern unsigned short  touch_screen_x, touch_screen_y;
   9 extern int touch_screen_active;
  10 
  11 #endif
  12 
  13 #endif

/* [<][>][^][v][top][bottom][index][help] */