input: mouse: add graphic_rotate support
commitd3535431e8006e8bf71229f306ea9c62d9e737e8
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 28 Nov 2013 10:29:33 +0000 (28 11:29 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 5 Mar 2014 08:52:02 +0000 (5 09:52 +0100)
treec46766cc97418b86b89de09e4b92285be5e2c927
parent43579403a3d67d6aab5ceb682dedae8fde85703c
input: mouse: add graphic_rotate support

Transform absolute mouse events according to graphic_rotate.

Legacy input code does it for both absolute and relative events,
but the logic is broken for relative coordinates, so this is
most likely not used anyway.

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