[Lazarus] TMouseinput mouse click.
Larry Dalton
larrydalton71 at gmail.com
Sun Oct 30 04:35:39 CET 2016
That helps a lot! Thanks to all of you!
Sent from my iPhone
> On Oct 29, 2016, at 10:17, Vojtěch Čihák via Lazarus <lazarus at lists.lazarus-ide.org> wrote:
>
> Hi, this works. Just check all methods available in KeyInput and MouseInput to see what it can really do.
>
> KeyInput.Apply([ssShift]);
> KeyInput.Press(VK_T);
> KeyInput.Unapply([ssShift]);
> KeyInput.Press(VK_e);
> KeyInput.Press(VK_s);
> KeyInput.Press(VK_t);
>
> V.
> ______________________________________________________________
>> Od: Larry Dalton via Lazarus <lazarus at lists.lazarus-ide.org>
>> Komu: Lazarus mailing list <lazarus at lists.lazarus-ide.org>
>> Datum: 29.10.2016 15:44
>> Předmět: Re: [Lazarus] TMouseinput mouse click.
>>
> I can't get it to print an uppercase letter
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus-ide.org
> http://lists.lazarus-ide.org/listinfo/lazarus
More information about the Lazarus
mailing list