Page 1 of 1

Fullscreen blocks my mouse when program ends (solved)

Posted: Fri Jan 23, 2009 08:24
by Toge
Hello (my first post).

When I finish the program, if screen is on fullscreen, the mouse is blocked in center of screen. I tried to delete myRenderer object but the problem persists. When this occurs, I have to reset the X.

Do you know what is the error? I'm using SDL and CEGUI.

Thanks.



Solved:
SDL wasn't deleted correctly.
atexit(SDL_QUIT); was needed.