lainz 4d36d2c32f Removed unnecessary BGRAToColor and ColorToBGRA. Revised hints. 7 years ago
..
carbonkeyinput.pas 905f29c275 Added bcrealnumerickeyboard and related units 8 years ago
carbonmouseinput.pas 905f29c275 Added bcrealnumerickeyboard and related units 8 years ago
keyinputintf.pas 905f29c275 Added bcrealnumerickeyboard and related units 8 years ago
lazmouseandkeyinput.lpk 905f29c275 Added bcrealnumerickeyboard and related units 8 years ago
lazmouseandkeyinput.pas 905f29c275 Added bcrealnumerickeyboard and related units 8 years ago
mouseandkeyinput.pas 905f29c275 Added bcrealnumerickeyboard and related units 8 years ago
mouseinputintf.pas 4d36d2c32f Removed unnecessary BGRAToColor and ColorToBGRA. Revised hints. 7 years ago
readme.txt 905f29c275 Added bcrealnumerickeyboard and related units 8 years ago
winkeyinput.pas 4d36d2c32f Removed unnecessary BGRAToColor and ColorToBGRA. Revised hints. 7 years ago
winmouseinput.pas 905f29c275 Added bcrealnumerickeyboard and related units 8 years ago
xkeyinput.pas 905f29c275 Added bcrealnumerickeyboard and related units 8 years ago
xmouseinput.pas 905f29c275 Added bcrealnumerickeyboard and related units 8 years ago

readme.txt

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