]> Git Repo - qemu.git/commit - console.h
Add kbd_mouse_has_absolute()
authorAnthony Liguori <[email protected]>
Tue, 9 Mar 2010 20:26:40 +0000 (14:26 -0600)
committerAnthony Liguori <[email protected]>
Fri, 19 Mar 2010 20:27:38 +0000 (15:27 -0500)
commiteb2e259d95a67ef0cd8a61c0bd4974559e9bfa5d
tree7fdf802c2a6078812dcf0146f32db700ec55b490
parent6fef28ee6e5e0a443857e67aa026d49b6bbdc1b6
Add kbd_mouse_has_absolute()

kbd_mouse_is_absolute tells us whether the current mouse handler is an absolute
device.  kbd_mouse_has_absolute tells us whether we have any device that is
capable of absolute input.

This lets us tell a user that they have configured an absolute device but that
the guest is not currently using it.

Signed-off-by: Anthony Liguori <[email protected]>
console.h
input.c
This page took 0.024087 seconds and 4 git commands to generate.