~chasedouglas/geis/delta-test

« back to all changes in this revision

Viewing changes to include/geis/geis.h

  • Committer: Stephen M. Webb
  • Author(s): Daniel d'Andrada
  • Date: 2012-04-12 17:07:39 UTC
  • mfrom: (248.1.1 trunk)
  • Revision ID: stephen.webb@canonical.com-20120412170739-7zlkd7g4vscr58o4
Document GEIS_GESTURE_ATTRIBUTE_TOUCH_N_[ID|X|Y] definitions

Mostly to make clear they are used only by GEIS v1 API

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
 * This attribute provides the Y coordinate of the position of a gesture, in
272
272
 * device coordinates. It's the same as the centroid of a gesture. See
273
273
 * GEIS_GESTURE_ATTRIBUTE_CENTROID_Y.
 
274
 *
 
275
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_0_ID
 
276
 * This attribute provides the ID of the touch at index0.
 
277
 * Only used by GEIS v1 API.
 
278
 *
 
279
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_0_X
 
280
 * This attribute provides the X coordinate of the touch at index0.
 
281
 * Only used by GEIS v1 API.
 
282
 *
 
283
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_0_Y
 
284
 * This attribute provides the Y coordinate of the touch at index0.
 
285
 * Only used by GEIS v1 API.
 
286
 *
 
287
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_1_ID
 
288
 * This attribute provides the ID of the touch at index1.
 
289
 * Only used by GEIS v1 API.
 
290
 *
 
291
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_1_X
 
292
 * This attribute provides the X coordinate of the touch at index1.
 
293
 * Only used by GEIS v1 API.
 
294
 *
 
295
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_1_Y
 
296
 * This attribute provides the Y coordinate of the touch at index1.
 
297
 * Only used by GEIS v1 API.
 
298
 *
 
299
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_2_ID
 
300
 * This attribute provides the ID of the touch at index2.
 
301
 * Only used by GEIS v1 API.
 
302
 *
 
303
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_2_X
 
304
 * This attribute provides the X coordinate of the touch at index2.
 
305
 * Only used by GEIS v1 API.
 
306
 *
 
307
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_2_Y
 
308
 * This attribute provides the Y coordinate of the touch at index2.
 
309
 * Only used by GEIS v1 API.
 
310
 *
 
311
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_3_ID
 
312
 * This attribute provides the ID of the touch at index3.
 
313
 * Only used by GEIS v1 API.
 
314
 *
 
315
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_3_X
 
316
 * This attribute provides the X coordinate of the touch at index3.
 
317
 * Only used by GEIS v1 API.
 
318
 *
 
319
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_3_Y
 
320
 * This attribute provides the Y coordinate of the touch at index3.
 
321
 * Only used by GEIS v1 API.
 
322
 *
 
323
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_4_ID
 
324
 * This attribute provides the ID of the touch at index4.
 
325
 * Only used by GEIS v1 API.
 
326
 *
 
327
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_4_X
 
328
 * This attribute provides the X coordinate of the touch at index4.
 
329
 * Only used by GEIS v1 API.
 
330
 *
 
331
 * @def GEIS_GESTURE_ATTRIBUTE_TOUCH_4_Y
 
332
 * This attribute provides the Y coordinate of the touch at index4.
 
333
 * Only used by GEIS v1 API.
274
334
 */
275
335
#define GEIS_GESTURE_ATTRIBUTE_ANGLE            "angle"
276
336
#define GEIS_GESTURE_ATTRIBUTE_ANGLE_DELTA      "angle delta"