On Tue, 2007-10-23 at 17:25 +0200, Florent THIERY wrote: > Hi, > > Would it be possible to get a code snippet for the input callback > regarding scrolling events (direction: up, down)?
just connect to the ::scroll-event signal and check the direction of the scrolling using the direction field of the ClutterScrollEvent structure. there's some code in the test-behave.c test. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]
