~cemil-azizoglu/mir/add-create-module-context-fn

« back to all changes in this revision

Viewing changes to src/server/input/android/input_sender.cpp

  • Committer: Cemil Azizoglu
  • Date: 2015-08-25 15:41:49 UTC
  • mfrom: (2795.2.83 development-branch)
  • Revision ID: cemil.azizoglu@canonical.com-20150825154149-tds8l20j20f1fdkm
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
        event.scan_code,
253
253
        mia::android_modifiers_from_mir(event.modifiers),
254
254
        repeat_count,
 
255
        event.mac,
255
256
        event.event_time,
256
257
        event.event_time
257
258
        );
297
298
        0.0f,  // event.x_offset,
298
299
        0.0f,  // event.y_offset,
299
300
        0, 0, /* unused x/y precision */
 
301
        event.mac,
300
302
        event.event_time,
301
303
        event.event_time,
302
304
        event.pointer_count,