lazarus/components/mouseandkeyinput
2022-11-13 13:23:46 +01:00
..
example Component demos and samples, a lot of general fixes. 2022-05-01 08:45:46 +00:00
carbonkeyinput.pas
carbonmouseinput.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
keyinputintf.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
lazmouseandkeyinput.lpk
lazmouseandkeyinput.pas
Makefile udpated makefiles 2022-05-29 19:34:19 +02:00
Makefile.compiled
Makefile.fpc updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01:00
mouseandkeyinput.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
mouseinputintf.pas IDEIntf: less hints 2018-05-28 13:43:33 +00:00
readme.txt
winkeyinput.pas
winmouseinput.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
xkeyinput.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
xmouseinput.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00

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