Re: [hatari-devel] ungrabbing mouse when going to console debugger |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Sun, 10 Nov 2013 01:29:17 +0100
schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
> Hello
>
> I noticed an annoying behaviour once the mouse is grabbed with
> alt+m : if the emulated program crashes and call the debugger in the
> console, the mouse doesn't seem to be released, which means all
> key/mouse events are still sent to the main Hatari's windows, with no
> effect because it's paused when the debugger is called.
>
> Under linux, you're completly stuck in that case, no more mouse or
> keyboard under X11 ; you need to go to a tty console to kill hatari
> to free the input devices.
>
> Is this a bug or did we never took care of releasing the mouse when
> debugger is called ?
I think we never took care ... at least I hardly use the mouse
grabbing, so I never ran into this problem before.
Thomas