Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#6

Re: Globaler Maushook in DLL->Callback-Funktion in Progra

  Alt 17. Sep 2008, 07:18
Probier's mal so:

Delphi-Quellcode:
   
if ((lParam shr 30) and 1) = 1 then // Taste erneut gedrückt

if ((lParam shr 31) and 1) = 1 then // Taste losgelassen
Thomas
  Mit Zitat antworten Zitat