Descriptionozone: evdev: Handle mouse events
This CL renames KeyEventConverterEvdev to EventConverterEvdevImpl, adding mouse
support there. It adds converter for mouse events that handles move and button
events. This is useful for simple mouse testing and also systems that don't
want the complexity of gestures library.
I don't have a multipurpose input device just like described in
crbug.com/412996, but I believe this benefits the needed changes towards that
goal as well.
BUG=412996
TEST=Run chrome target on DRI platform on non-CrOS.
Committed: https://crrev.com/e6e890a7ead1cca18d7f9fa9c75d9765c04e6c1a
Cr-Commit-Position: refs/heads/master@{#301465}
Patch Set 1 #Patch Set 2 : fix copyright #Patch Set 3 : adopt spang ideas #
Total comments: 6
Patch Set 4 : kbd modifier support and other fixes #
Total comments: 10
Patch Set 5 : more review and lint fixes #
Total comments: 4
Patch Set 6 : fix nits and a small bug #Messages
Total messages: 14 (2 generated)
|