input: bind devices and input routing
commit6f5943cf45b89b70c228dc51d83e0f861a478ead
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 19 May 2014 13:18:37 +0000 (19 15:18 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 26 May 2014 06:42:43 +0000 (26 08:42 +0200)
treed64671b6fc377a9021c99f1262b843cd923b6c9e
parent8b84286f4cd0ff5dbf367dc55cf20d9762ac5634
input: bind devices and input routing

Add function to bind input devices to display devices.  Implementing
input routing on top of this:  Events coming from the display device in
question are routed to the input device bound to it (if there is one).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/input.h
ui/input.c