Re: [clutter] Combination Events

2008-11-08 Thread Emmanuele Bassi
On Sat, 2008-11-08 at 21:29 +1000, Saul Lethbridge wrote: > Can somebody give me an example of capturing the following: > > - a left click use the "button" field of the ClutterButtonEvent structure. button 1 is left, 2 is middle, 3 is right - further buttons will depend on the actual mapping done

[clutter] Combination Events

2008-11-08 Thread Saul Lethbridge
Can somebody give me an example of capturing the following: - a left click - a left click with the control key held down - a left click with the shift key held down Thanks