lazarus/components/mouseandkeyinput
mattias 2cf64fa695 mouseandkeyinput: added makefiles
git-svn-id: trunk@64566 -
2021-02-13 13:00:58 +00:00
..
example
carbonkeyinput.pas
carbonmouseinput.pas
keyinputintf.pas
lazmouseandkeyinput.lpk mouseandkeyinput: added makefiles 2021-02-13 13:00:58 +00:00
lazmouseandkeyinput.pas
Makefile mouseandkeyinput: added makefiles 2021-02-13 13:00:58 +00:00
Makefile.compiled mouseandkeyinput: added makefiles 2021-02-13 13:00:58 +00:00
Makefile.fpc mouseandkeyinput: added makefiles 2021-02-13 13:00:58 +00:00
mouseandkeyinput.pas
mouseinputintf.pas
readme.txt
winkeyinput.pas
winmouseinput.pas
xkeyinput.pas
xmouseinput.pas

MouseAndKeyInput package is a tool for cross-platform manipulation with mouse and key input. You can move mouse cursor to specified location, send clicks and do key presses. It is suitable for GUI testing or program control demonstration.

Author
Tom Gregorovic

License
GPL

Change Log
* Version 0.1 

Restrictions
* it is not recommended calling mouse and key input directly from events like OnClick, use Application.QueueAsyncCall instead
* do not forget to set back mouse button and key state after Down method with Up method 

 Carbon
 * pressing alpha chars is not supported 

 Gtk1/2
 * needs Xtst library
 * ALT key pressing is not supported