Mouse outside window

is there a way to determine if the mouse is outside of the borders of a
window? I’m running in windowed mode on Win2K and I’d like to hide the
mouse pointer when the mouse goes outside if possible, but the values always
stop once its outside the window boundaries.

Michael Rich
http://www.AlphaX86.com

is there a way to determine if the mouse is outside of the borders of a
window? I’m running in windowed mode on Win2K and I’d like to hide the
mouse pointer when the mouse goes outside if possible, but the values always
stop once its outside the window boundaries.

Look for SDL_ACTIVEEVENT events.

–ryan.