I tried the code below on Linux Mint 17.1 Cinnamon. You will need a Form with
a Timer added. It only tracks the mouse position but I was able to open
Terminal, Calculator and other programs and even if Gambas did not have
focus the position of the mouse was still being Printed to the Gambas
Termina
Le 29/04/2015 09:35, Tobias Boege a écrit :
> On Wed, 29 Apr 2015, Nigel Verity wrote:
>> Hi
>>
>> I'm planning to write an application in Gambas to support a study of the
>> efficiency of various user interface designs. To do that I will need to
>> monitor mouse clicks in conjunction with the mo
On Wed, 29 Apr 2015, Nigel Verity wrote:
> Hi
>
> I'm planning to write an application in Gambas to support a study of the
> efficiency of various user interface designs. To do that I will need to
> monitor mouse clicks in conjunction with the mouse position, and keyboard
> inputs. This is, of
Hi
I'm planning to write an application in Gambas to support a study of the
efficiency of various user interface designs. To do that I will need to monitor
mouse clicks in conjunction with the mouse position, and keyboard inputs. This
is, of course, simple within a Gambas application but what a