Clutter::Event::Scroll(3pm)
NAME
Clutter::Event::Scroll
HIERARCHY
Clutter::Event
+----Clutter::Event::Scroll
METHODS
- scrolldirection = $event->direction ($newvalue=0)
- o $newvalue (Clutter::ScrollDirection)
- integer = $event->x ($newvalue=0)
- o $newvalue (integer)
- integer = $event->y ($newvalue=0)
- o $newvalue (integer)
ENUMS AND FLAGS
- enum Clutter::ScrollDirection
- o 'up' / 'CLUTTER_SCROLL_UP'
- o 'down' / 'CLUTTER_SCROLL_DOWN'
- o 'left' / 'CLUTTER_SCROLL_LEFT'
- o 'right' / 'CLUTTER_SCROLL_RIGHT'
SEE ALSO
Clutter
COPYRIGHT
Copyright (C) 2006, 2007, 2008 OpenedHand Ltd
Copyright (C) 2009 Intel Corporation
This module is free software; you can redistribute it and/or modify it
under the terms of either:
o the GNU Lesser General Public Library version 2.1; or
o the Artistic License, version 2.0.
- See Clutter for the full copyright notice.