Status of ubuntumirclient platform plug-in

Darren Landoll darren.landoll at gmail.com
Fri Nov 20 03:06:59 UTC 2015


I set MIR_CLIENT_INPUT_RECEIVER_REPORT=log when running the qmldemo
example and observed the following...

1) After startup I tried pressing keys on the keyboard, no debug
output was shown.

2) Touches on the screen show output like the following, but are not
recognized by the application

[1447986965.586126] <DEBUG> input-receiver: Received event:
MirTouchInputEvent{
  type: touch
  device_id: 10
  modifiers: 1
  event_time: 1447986965585412000 (0.610806 ms ago)
  touch_count: 1
  touch[0]{
    id: 0
    x: 94.5
    y: 95.625
    touch_major: 0
    touch_minor: 0
    size: 0
    pressure: 1
    tool_type: 1
  }
}

3) Movement of the mouse shows no debug output until a mouse button is
pressed. After a mouse button is pressed however, there is no more
debug displayed for touches (even after restarting the application).

[1447986979.812611] <DEBUG> input-receiver: Received event:
MirPointerInputEvent {
  device_id: 7
  action: 1
  event_time: 1447986979812013000 (0.590834 ms ago)
}
[1447986979.924363] <DEBUG> input-receiver: Received event:
MirPointerInputEvent {
  device_id: 7
  action: 0
  event_time: 1447986979924006000 (0.344158 ms ago)
}
[1447986979.924469] <DEBUG> input-receiver: Received event:
MirPointerInputEvent {
  device_id: 7
  action: 2
  event_time: 1447986979924006000 (0.455595 ms ago)
}
[1447986979.939492] <DEBUG> input-receiver: Received event:
MirPointerInputEvent {
  device_id: 7
  action: 4
  event_time: 1447986979924006000 (15.472503 ms ago)
}



More information about the Mir-devel mailing list