We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 845

Summary: SDL_VIDEORESIZE mouse events wrong after resize on windows 7.
Product: SDL Reporter: Rene Dudfield <renesd>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED DUPLICATE QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 1.2.13   
Hardware: x86   
OS: Windows 7   

Description Rene Dudfield 2009-10-12 11:12:49 UTC
Seems SDL_VIDEORESIZE makes the mouse events wrong.

The mouse events are limited to the old window size.

Original bug report here:
    http://www.tamats.com/blog/2009/10/pygame-makes-me-waste-my-time/


I haven't tested it on other versions of windows.
Comment 1 Sam Lantinga 2009-10-12 11:16:03 UTC
I think this may be fixed in the current development snapshot:
http://www.libsdl.org/tmp/SDL-1.2.zip

Can you retest?
Comment 2 Rene Dudfield 2009-10-12 11:38:43 UTC
Hi,

I don't have a windows machine to test on currently.

The example program:
test/testwm.c

should be able to reproduce the problem.
Comment 3 Sam Lantinga 2009-10-12 11:52:42 UTC
No, I mean, I think we already fixed this, so please have the originator retest with the latest snapshot.

*** This bug has been marked as a duplicate of bug 713 ***
Comment 4 Rene Dudfield 2009-10-12 14:03:36 UTC
Cool, thanks.
Comment 5 Sam Lantinga 2009-10-12 14:09:05 UTC
No problem! :)

Thanks for all the good bug reports! :)