Implemented basic joystick control : dir+AB on most platforms, pad+AB on GP2X

Implemented accelerating cursor with joystick / kb cursor
Fixed up the contextual help, somehow

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@583 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-02-02 18:22:23 +00:00
parent db02be0e41
commit 1150dcea21
3 changed files with 292 additions and 59 deletions

View File

@@ -899,10 +899,8 @@ void Gestion_principale(void)
// on lance le bouton.
if (Bouton_Touche!=-1)
{
Touche=0;
Enclencher_bouton(Bouton_Touche,Bouton_Cote);
Indice_bouton_precedent=-1;
Touche=0;
}
}