und was ist der Unterschied zu
Delphi-Quellcode:
uses
Windows;
[...]
function IsPressed(Key : Integer) : ShortInt;
begin
Result := GetAsyncKeyState(Key);
end;
Gibt doch auch 1 (oder True) aus, wenn entsprechende Taste gedrückt wird. Wie schon gesagt wurde, ist die
Dll-Funktion ja schon in Delphi's
Unit Windows importiert