Thema: Key abfrage

Einzelnen Beitrag anzeigen

EWeiss
(Gast)

n/a Beiträge
 
#1

Key abfrage

  Alt 6. Okt 2008, 12:19
In Basic frage ich den Status von einem Key so ab
Delphi-Quellcode:
'// Prüfe den Key oder Mouse Button status.
FUNCTION IsKeyDown (BYVAL CheckKey AS LONG) AS LONG
LOCAL KeyDown AS LONG
KeyDown = GetAsyncKeyState(CheckKey)
FUNCTION = BIT(KeyDown, 15)
END FUNCTION
Wie kann ich das für nonvcl in Delphi abfragen ?
Hab hier beim suchen nicht das passende gefunden

gruss Emil
  Mit Zitat antworten Zitat