ccdbd36234
Export the last event received for each touch point in its entirety, instead of duplicating ClutterEvent accessors one at a time. examples/pan-action.c has been updated to show the type of the event that's causing the panning. https://bugzilla.gnome.org/show_bug.cgi?id=685737 |
||
---|---|---|
.. | ||
basic-actor.c | ||
bin-layout.c | ||
box-layout.c | ||
canvas.c | ||
constraints.c | ||
drag-action.c | ||
drop-action.c | ||
easing-modes.c | ||
flow-layout.c | ||
grid-layout.c | ||
image-content.c | ||
layout-manager.c | ||
Makefile.am | ||
pan-action.c | ||
README | ||
rounded-rectangle.c | ||
scroll-actor.c | ||
threads.c |
The code in this directory is meant to be XIncluded into the Clutter API reference, and thus is to be considered part of the Clutter documentation. As such, the code MUST be: - correct; - idiomatic, i.e. show how a task is meant to be achieved using the best possible practices given the current API; - well documented; - ready for copy and paste.