Hi, > I don't think we have the same grab semantics exactly on all > UI frontends either, so I dunno that that "doesn't grab on tablet" > is true either.
Well, there are pointer grabs and keyboard grabs. Pointer grabs happen in relative mouse mode only, and I'm pretty sure we are consistent here. Keyboard grabs typically happen if the mouse is within the qemu window, so keys usually captured by the window manager go to the guest instead. Allows to alt-tab cycle through the guest windows instead of the host windows. gtk has a menu option for that to enable/disable, for sdl it is always on. Dunno about cocoa. cheers, Gerd