GNOME Bugzilla – Bug 719716
Make test-clip friendly for people with only one mouse button
Last modified: 2013-12-04 16:06:27 UTC
The various shapes can now be drawn by holding down modifier keys instead of requiring a three-button mouse.
Created attachment 263330 [details] [review] Make test-clip friendly for people with only one mouse button
Review of attachment 263330 [details] [review]: looks good. you can also use clutter_event_has_shift_modifier() and clutter_event_has_control_modifier(), but it's fine either way.
Ok, thanks. I've changed it to use those two functions and pushed it to the 1.18 branch.