~chasedouglas/frame/ubuntu-upstream-xi

« back to all changes in this revision

Viewing changes to include/utouch/frame-mtdev.h

  • Committer: Chase Douglas
  • Date: 2011-12-09 01:36:45 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: chase.douglas@ubuntu.com-20111209013645-n24l4myiumblzsfu
* New upstream release.
  - Version 2 adds a new API built on top of XInput multitouch

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
extern "C" {
27
27
#endif
28
28
 
 
29
/**
 
30
 * \addtogroup v1
 
31
 * @{
 
32
 *
 
33
 * \defgroup v1-mtdev MTDev
 
34
 * @{
 
35
 */
 
36
 
29
37
#define MTDEV_NO_LEGACY_API
30
38
 
31
39
#include <utouch/frame.h>
40
48
const struct utouch_frame *
41
49
utouch_frame_pump_mtdev(utouch_frame_handle fh, const struct input_event *ev);
42
50
 
 
51
/**
 
52
 * @}
 
53
 *
 
54
 * @}
 
55
 */
 
56
 
43
57
#ifdef __cplusplus
44
58
}
45
59
#endif