[Qemu-devel] [PATCH 7/7] sdl: use mouse mode notifier

2010-03-15 Thread Anthony Liguori
Today we poll the mouse mode whenever there is a mouse movement. There is a subtle usability problem with this though. If we're in relative mode and grab is enabled, when we change to absolute mode, we break grab. This gives a user a seamless transition when the new pointer is enabled. But beca

[Qemu-devel] [PATCH 7/7] sdl: use mouse mode notifier

2010-03-10 Thread Anthony Liguori
Today we poll the mouse mode whenever there is a mouse movement. There is a subtle usability problem with this though. If we're in relative mode and grab is enabled, when we change to absolute mode, we break grab. This gives a user a seamless transition when the new pointer is enabled. But beca