~alan-griffiths/mir/dont-trace-forks

« back to all changes in this revision

Viewing changes to src/include/common/mir/input/android/event_conversion_helpers.h

  • Committer: Tarmac
  • Author(s): robert.carr at canonical, Robert Carr
  • Date: 2015-05-21 04:17:33 UTC
  • mfrom: (2573.11.3 prefer-event-builders)
  • Revision ID: tarmac-20150521041733-nfhw1tr01q6k4tfv
Prefer using the event builders.

Approved by Alberto Aguirre, Chris Halse Rogers, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
MirTouchTooltype mir_tool_type_from_android(int32_t android_tooltype);
45
45
int32_t android_tool_type_from_mir(MirTouchTooltype mir_tooltype);
 
46
 
 
47
MirPointerAction mir_pointer_action_from_masked_android(int32_t android_action);
 
48
MirTouchAction mir_touch_action_from_masked_android(int32_t android_action);
 
49
 
 
50
bool android_source_id_is_pointer_device(int32_t source_id);
46
51
}
47
52
}
48
53
}