some ts support, currently for Pico only
[libpicofe.git] / linux / gp2x.c
index c552ad1..ef21a67 100644 (file)
@@ -368,6 +368,11 @@ unsigned long gp2x_joystick_read(int allow_usb_joy)
        return value;
 }
 
+int gp2x_touchpad_read(int *x, int *y)
+{
+       return -1;
+}
+
 /* 940 */
 int crashed_940 = 0;
 void Pause940(int yes)