~ubuntu-branches/ubuntu/trusty/geis/trusty

« back to all changes in this revision

Viewing changes to testsuite/geis2/gtest_grail_backend.h

  • Committer: Package Import Robot
  • Author(s): Stephen M. Webb
  • Date: 2012-11-09 13:57:29 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121109135729-poludf0asjcht9sx
Tags: 2.2.13-0ubuntu1
* New upstream release.
* debian/control: bumped libgrail-dev build dependency to 3.0.8
* debian/patches: removed all patches (merged upstream)
* debian/patches: patched test case for missing symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  void DestroyXMockDevices();
48
48
 
49
49
  virtual void OnEventInitComplete(GeisEvent event) {}
 
50
  virtual void OnEventClassAvailable(GeisEvent event) {}
50
51
  virtual void OnEventGestureBegin(GeisEvent event) {}
51
52
  virtual void OnEventGestureUpdate(GeisEvent event) {}
52
53
  virtual void OnEventGestureEnd(GeisEvent event) {}
59
60
  void GetGestureTimestampInEvent(GeisInteger *timestamp, GeisEvent event);
60
61
 
61
62
  Geis _geis;
62
 
 private:
63
63
 
64
64
  /* holds the serial number to be used on the next synthetic XEvent */
65
65
  int _xevent_serial_number;
66
66
 
 
67
 private:
 
68
 
67
69
  bool DispatchAndProcessEvents();
68
70
 
69
71
  void AcceptRejectGestureInEvent(GeisEvent event, bool accept);