More stuff for double shortcuts
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@603 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
13aa8e0988
commit
708e2adbf8
2
moteur.c
2
moteur.c
@ -535,7 +535,7 @@ void Gestion_principale(void)
|
|||||||
// Gestion des touches
|
// Gestion des touches
|
||||||
if (Touche)
|
if (Touche)
|
||||||
{
|
{
|
||||||
for (Indice_Touche=0;(Indice_Touche<NB_TOUCHES_SPECIALES) && (Touche!=Config_Touche[Indice_Touche][0]) && (Touche!=Config_Touche[Indice_Touche][1]);Indice_Touche++);
|
for (Indice_Touche=0;(Indice_Touche<NB_TOUCHES_SPECIALES) && !Est_Raccourci(Touche,Indice_bouton);Indice_Touche++);
|
||||||
|
|
||||||
// Gestion des touches spéciales:
|
// Gestion des touches spéciales:
|
||||||
if (Indice_Touche>SPECIAL_CLICK_RIGHT)
|
if (Indice_Touche>SPECIAL_CLICK_RIGHT)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user