![]() |
Re: Tastendruck -> Mausklicks
Ich habs jetzt:
Delphi-Quellcode:
procedure TForm1.WMHotKey(var Message:TMessage);
begin If Message.wParam=HotKeyID then begin if (not klick) and (anaus) then begin klick:= true; GetCursorPos(curs); timer1.Enabled:=true end else if klick then timer1.Enabled:=false; end; end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 11:47 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz