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
