Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse moved event
Message
From
17/04/2003 12:47:03
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
17/04/2003 12:27:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00778911
Message ID:
00778923
Views:
19
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform