Re: [Gambas-user] Buffer Monitoring

2015-05-04 Thread Charlie
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

Re: [Gambas-user] Buffer Monitoring

2015-04-29 Thread Benoît Minisini
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

Re: [Gambas-user] Buffer Monitoring

2015-04-29 Thread Tobias Boege
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

[Gambas-user] Buffer Monitoring

2015-04-29 Thread Nigel Verity
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