lazarus/components/mouseandkeyinput
2009-06-10 20:06:27 +00:00
..
example MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input 2008-07-04 13:04:55 +00:00
carbonkeyinput.pas MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input 2008-07-04 13:04:55 +00:00
carbonmouseinput.pas MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input 2008-07-04 13:04:55 +00:00
keyinputintf.pas mouse and key input component: added function to input a string (it was only one char at a time) from javivf (issue #13575) 2009-04-24 08:14:58 +00:00
lazmouseandkeyinput.lpk MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input 2008-07-04 13:04:55 +00:00
lazmouseandkeyinput.pas MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input 2008-07-04 13:04:55 +00:00
mouseandkeyinput.pas MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input 2008-07-04 13:04:55 +00:00
mouseinputintf.pas MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input 2008-07-04 13:04:55 +00:00
readme.txt MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input 2008-07-04 13:04:55 +00:00
winkeyinput.pas MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input 2008-07-04 13:04:55 +00:00
winmouseinput.pas MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input 2008-07-04 13:04:55 +00:00
xkeyinput.pas MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input 2008-07-04 13:04:55 +00:00
xmouseinput.pas components: mouseandkeyinput: fixed compilation (issue #13944) 2009-06-10 20:06:27 +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