Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse moved event
Message
De
17/04/2003 12:47:03
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
17/04/2003 12:27:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00778911
Message ID:
00778923
Vues:
18
>Hi
>
>I uses this loop for respond to mouse moving:
>
>DO WHILE MDOWN()
> DOEVENTS FORCE
> respond(MROW(),MCOL())
>ENDDO
>
>Can do this without DOEVENTS, using system API?
>Can do this without MDOWN(), using system API?
>
>Example:
>
>DO WHILE MouseButtonStatus()=ValDown
> WaitMouseMove()
> respond(MROW(),MCOL())
>ENDDO
>
>I search, but i don't find a MouseButtonStatus(),WaitMouseMove() equivalent system call.
>
>thanks
>
>Fabio

MouseButtons are virtual keys. Check GetAsyncKeyState (and serach for posts using it).
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform