• Sam Lantinga's avatar
    Fixed bug #713 · f4571bcb
    Sam Lantinga authored
    Don't clamp the mouse coordinates to the video surface size, instead clamp them  to the last known window size.
    
    This allows users to get the correct mouse coordinates even if they don't call SDL_SetVideoMode() in response to an SDL_VIDEORESIZE event (used as a hack to retain the OpenGL context on Windows and Linux after a window resize)
    
    --HG--
    branch : SDL-1.2
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403920
    f4571bcb
SDL_mouse.c 5.85 KB