diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-01-03 09:23:23 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-01-03 13:21:35 +1000 |
commit | e65ba758c2d4147c3873c63c262db36ec23bba63 (patch) | |
tree | 22a9b1e61a772837b8979afc3f6caa1f13855c53 /specs/XI2proto.txt | |
parent | 9611be0a5bc7f4d583d49d51a0e98d3b9b75fc7a (diff) |
specs: only pointer events have a PointerEmulated flag
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'specs/XI2proto.txt')
-rw-r--r-- | specs/XI2proto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 2f03b50..7ea2048 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -2047,7 +2047,7 @@ For a detailed description of classes, see the XIQueryDevice request. DEVICEEVENTFLAGS (all events): none DEVICEEVENTFLAGS (key events only): { KeyRepeat } - DEVICEEVENTFLAGS (pointer and touch events only): { PointerEmulated } + DEVICEEVENTFLAGS (pointer events only): { PointerEmulated } DEVICEEVENTFLAGS (touch events only): { TouchPendingEnd } An XIDeviceEvent is generated whenever the logical state of a device |