On Fri, 2017-11-03 at 12:10 +0000, Peter Maydell wrote: > On 3 November 2017 at 12:07, Gerd Hoffmann <kra...@redhat.com> wrote: > > 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. > > Looking at the cocoa code, we grab the mouse even for absolute. > Commit f61c387ea627079b3 says we did that to align with SDL.
That seems to be a *keyboard* grab ... cheers, Gerd