mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
some ts support, currently for Pico only
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@531 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6e507f764b
commit
3f2aaff20c
4 changed files with 81 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue