closing then reopening screen with mouse?
Posted: Wed Mar 18, 2009 7:34 am
I'm having a problem closing a screen and then recreating it while still having mouse support. I was getting this error when recreating the screen:
I'm using opengl subsystem, PB4.3, Latest Ubuntu.
but then I added ReleaseMouse(1) before closing the screen and all was fine except now only the first screen responded to the mouse (MouseX() MouseY() and MouseButton(1) always return zero). The keyboard continues to work. If I add ReleaseMouse(0) after the screen has been recreated, I get the same error again.The debugged executable quit unexpectedly
I'm using opengl subsystem, PB4.3, Latest Ubuntu.