[Gtk-sharp-list] Hover to click problem

Joe Shaw joe@ximian.com
Mon, 20 Oct 2003 12:14:07 -0400


On Fri, 2003-10-17 at 22:08, Leo Spalteholz wrote:
> Its for an application that will be controlled by an eye tracking system.  
> One way clicks are done with such a system is by hovering over buttons for 
> a couple seconds.  You're right of course, its no good for a normal 
> application.

This is slightly off-topic, as it's not about gtk# directly...

You might want to look into the accessibility framework so that you can
develop a tool so that every application can be controlled by the eye
tracking system, without needing to add application-specific hacks like
this.

Check out http://developer.gnome.org/projects/gap for more info.

Joe