[Lazarus] VK_* problem.

silvioprog silvioprog at gmail.com
Sat Oct 29 17:18:24 CEST 2016


On Sat, Oct 29, 2016 at 11:59 AM, Balázs Székely via Lazarus <
lazarus at lists.lazarus-ide.org> wrote:

>   KeyInput.Down(VK_SHIFT);
>   KeyInput.Press(VK_L);
>   KeyInput.Up(VK_SHIFT);
>   //...


It allows you to send string too, eg:

KeyInput.Press('hello WORLD');

-- 
Silvio Clécio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20161029/2e2b0725/attachment.html>


More information about the Lazarus mailing list