Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detect Mouse Leaving The Main Screen
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01232036
Message ID:
01232039
Vues:
11
>How can I detect when the user moves the mouse off the side of the screen?
>
>Thanks

Check the functions bellow to get cursor position.

DECLARE INTEGER GetWindowRect IN WIN32API INTEGER hWnd, STRING @ lpRect
DECLARE INTEGER GetCursorPos IN WIN32API STRING @ lpPoint
DECLARE INTEGER DefWindowProc IN WIN32API INTEGER hWnd, INTEGER Msg, INTEGER wParam, INTEGER lParam
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform