lazarus/components/mouseandkeyinput
2023-06-30 20:50:27 +02:00
..
example Component demos and samples, a lot of general fixes. 2022-05-01 08:45:46 +00:00
carbonkeyinput.pas
carbonmouseinput.pas
cocoakeyinput.pas MouseAndKeyInput: Support Cocoa. Based on patch by Sammarco Francesco. 2023-06-13 10:12:08 +03:00
cocoamouseinput.pas MouseAndKeyInput: Support Cocoa. Based on patch by Sammarco Francesco. 2023-06-13 10:12:08 +03:00
keyinputintf.pas
lazmouseandkeyinput.lpk MouseAndKeyInput: Support Cocoa. Based on patch by Sammarco Francesco. 2023-06-13 10:12:08 +03:00
lazmouseandkeyinput.pas
Makefile updated Makefiles 2023-06-30 20:50:27 +02:00
Makefile.compiled mouseandkeyinput: added makefiles 2021-02-13 13:00:58 +00:00
Makefile.fpc updated Makefiles 2023-06-30 20:50:27 +02:00
mouseandkeyinput.pas MouseAndKeyInput: Support Cocoa. Based on patch by Sammarco Francesco. 2023-06-13 10:12:08 +03:00
mouseinputintf.pas IDEIntf: less hints 2018-05-28 13:43:33 +00:00
readme.txt
winkeyinput.pas
winmouseinput.pas
xkeyinput.pas MouseAndKeyImput: Fix external function signature, Boolean -> Boolean32. Issue #40102, by Dušan Halický. 2023-01-30 15:23:16 +02:00
xmouseinput.pas MouseAndKeyInput: Fix another external function signature, Boolean -> Boolean32. Issue #40102, by Dušan Halický. 2023-02-03 16:46:56 +02: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