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 - SDL_VIDEORESIZE mouse events wrong after resize on windows 7.
Summary: SDL_VIDEORESIZE mouse events wrong after resize on windows 7.
Status: RESOLVED DUPLICATE of bug 713
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 1.2.13
Hardware: x86 Windows 7
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-12 11:12 UTC by Rene Dudfield
Modified: 2009-10-12 14:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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! :)