qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 8/8] sdl2: Ignore UI hotkeys after a focus chang


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 8/8] sdl2: Ignore UI hotkeys after a focus change when GUI modifier is held
Date: Mon, 13 Nov 2017 14:29:46 +0100
User-agent: NeoMutt/20171027

 Hi,

>          if (!gui_grab && (qemu_input_is_absolute() || absolute_enabled)) {
>              absolute_mouse_grab(scon);
>          }

Can you please add a comment here describing why this is done?
>From the code alone it isn't obvious that this is a workaround
for a SDL bug.

> +        scon->ignore_hotkeys = get_mod_state();
>          break;

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]