[Gambas-user] Buffer Monitoring

Tobias Boege taboege at ...626...
Wed Apr 29 09:35:51 CEST 2015


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 course, simple within a Gambas application but what about when another application has focus?
> 
> Is there any way to have a Gambas application running minimised but monitoring the keyboard buffer and mouse events regardless of which application has focus?
> 

I don't think there is something built-in for this. You can look at how
keyloggers monitor the keyboard. Maybe something similar exists for the
mouse. Needless to say that your application will have to run with root
privileges.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk




More information about the User mailing list