From 294ccbd2d31e49677500ad83ddc91d99bfb3061a Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 17 Dec 2008 20:00:15 +0000 Subject: [PATCH] Allow sliders to scroll more than once when the mouse button is pressed git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@398 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- moteur.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moteur.c b/moteur.c index 306391fb..1233bfaa 100644 --- a/moteur.c +++ b/moteur.c @@ -1938,7 +1938,7 @@ short Fenetre_Bouton_clicke(void) { short Bouton; - while(!Get_input())Wait_VBL(); + if(!Get_input())Wait_VBL(); // Gestion des clicks if (Mouse_K)