![]() |
GEIS 2.0
Gesture Engine Interface Support
|
A collection of gesture frames. More...
#include <geis.h>
Public Member Functions | |
Touch Attributes | |
If the touch comes from a direct device (see GEIS_DEVICE_ATTRIBUTE_DIRECT_TOUCH) its position (x and y attributes) will be in window coordinates, otherwise it will be in the input device's own coordinate system. | |
GeisInteger | geis_group_id (GeisGroup group) |
Gets the identifier of a gesture group. More... | |
GeisSize | geis_group_frame_count (GeisGroup group) |
Gets the number of gesture frames in a gesture group. More... | |
GeisFrame | geis_group_frame (GeisGroup group, GeisSize index) |
Gets an indicated gesture frame from a gesture group. More... | |
void | geis_group_reject (GeisGroup group) |
Marks a gesture group as rejected. More... | |
A collection of gesture frames.