geis.h | geis.h | |||
---|---|---|---|---|
skipping to change at line 222 | skipping to change at line 222 | |||
/* Standard fundamental gesture attributes */ | /* Standard fundamental gesture attributes */ | |||
#define GEIS_GESTURE_ATTRIBUTE_ANGLE "angle" | #define GEIS_GESTURE_ATTRIBUTE_ANGLE "angle" | |||
#define GEIS_GESTURE_ATTRIBUTE_ANGLE_DELTA "angle delta" | #define GEIS_GESTURE_ATTRIBUTE_ANGLE_DELTA "angle delta" | |||
#define GEIS_GESTURE_ATTRIBUTE_ANGULAR_VELOCITY "angular velocity" | #define GEIS_GESTURE_ATTRIBUTE_ANGULAR_VELOCITY "angular velocity" | |||
#define GEIS_GESTURE_ATTRIBUTE_BOUNDINGBOX_X1 "boundingbox x1" | #define GEIS_GESTURE_ATTRIBUTE_BOUNDINGBOX_X1 "boundingbox x1" | |||
#define GEIS_GESTURE_ATTRIBUTE_BOUNDINGBOX_Y1 "boundingbox y1" | #define GEIS_GESTURE_ATTRIBUTE_BOUNDINGBOX_Y1 "boundingbox y1" | |||
#define GEIS_GESTURE_ATTRIBUTE_BOUNDINGBOX_X2 "boundingbox x2" | #define GEIS_GESTURE_ATTRIBUTE_BOUNDINGBOX_X2 "boundingbox x2" | |||
#define GEIS_GESTURE_ATTRIBUTE_BOUNDINGBOX_Y2 "boundingbox y2" | #define GEIS_GESTURE_ATTRIBUTE_BOUNDINGBOX_Y2 "boundingbox y2" | |||
#define GEIS_GESTURE_ATTRIBUTE_CHILD_WINDOW_ID "child window id" | #define GEIS_GESTURE_ATTRIBUTE_CHILD_WINDOW_ID "child window id" | |||
#define GEIS_GESTURE_ATTRIBUTE_CENTROID_X "centroid x" | ||||
#define GEIS_GESTURE_ATTRIBUTE_CENTROID_Y "centroid y" | ||||
#define GEIS_GESTURE_ATTRIBUTE_DELTA_X "delta x" | #define GEIS_GESTURE_ATTRIBUTE_DELTA_X "delta x" | |||
#define GEIS_GESTURE_ATTRIBUTE_DELTA_Y "delta y" | #define GEIS_GESTURE_ATTRIBUTE_DELTA_Y "delta y" | |||
#define GEIS_GESTURE_ATTRIBUTE_DEVICE_ID "device id" | #define GEIS_GESTURE_ATTRIBUTE_DEVICE_ID "device id" | |||
#define GEIS_GESTURE_ATTRIBUTE_EVENT_WINDOW_ID "event window id" | #define GEIS_GESTURE_ATTRIBUTE_EVENT_WINDOW_ID "event window id" | |||
#define GEIS_GESTURE_ATTRIBUTE_FOCUS_X "focus x" | #define GEIS_GESTURE_ATTRIBUTE_FOCUS_X "focus x" | |||
#define GEIS_GESTURE_ATTRIBUTE_FOCUS_Y "focus y" | #define GEIS_GESTURE_ATTRIBUTE_FOCUS_Y "focus y" | |||
#define GEIS_GESTURE_ATTRIBUTE_GESTURE_NAME "gesture name" | #define GEIS_GESTURE_ATTRIBUTE_GESTURE_NAME "gesture name" | |||
#define GEIS_GESTURE_ATTRIBUTE_POSITION_X "position x" | #define GEIS_GESTURE_ATTRIBUTE_POSITION_X "position x" | |||
#define GEIS_GESTURE_ATTRIBUTE_POSITION_Y "position y" | #define GEIS_GESTURE_ATTRIBUTE_POSITION_Y "position y" | |||
#define GEIS_GESTURE_ATTRIBUTE_RADIAL_VELOCITY "radial velocity" | #define GEIS_GESTURE_ATTRIBUTE_RADIAL_VELOCITY "radial velocity" | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||