[Lazarus] TMouseinput mouse click.

Vojtěch Čihák vojtech.cihak at atlas.cz
Sat Oct 29 17:17:25 CEST 2016


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


More information about the Lazarus mailing list