williamc / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Release mouse for "Mouse=True" controls when paused #496

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The mouse, which is grabbed to emulate an anlog stick (great feature, by the 
way), should be released when the emulator is paused. Currently, the emulator 
grabs mouse and keyboard, which renders the Operating System unusable while 
mp64p is running.

Original issue reported on code.google.com by cedric.s...@gmail.com on 20 May 2012 at 11:44

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/mupen64plus/wiki/ControllerSetup#Using_a_Mouse

I am not sure whether we should really disable the grab during breaks

Original comment by s...@narfation.org on 20 May 2012 at 5:15

GoogleCodeExporter commented 9 years ago
This behavior of grabbing was completely changed for SDL2 (actually, it doesn't 
grab the mouse anymore and just moves it to the center of the window). So you 
can just switch the focused window.

Original comment by s...@narfation.org on 18 Dec 2013 at 11:56