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 1146 - No Mouse-moved events until button click or enter/leave event
Summary: No Mouse-moved events until button click or enter/leave event
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 2.0
Hardware: x86 Mac OS X 10.6
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 13:07 UTC by Vern Jensen
Modified: 2011-03-09 16:15 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 Vern Jensen 2011-02-23 13:07:17 UTC
Version: SDL 1.3.0-5390

If I make sure the mouse cursor is inside the SDL window's area before starting the app, then my app gets no mouse-moved events (SDL_MOUSEMOTION) until I either move the mouse outside the window and back inside, or click the mouse button. Then mouse-moved events process normally.

This bug is new to 5390. It didn't exist in 1.3.0-5319.
Comment 1 Sam Lantinga 2011-02-24 18:13:15 UTC
I think this is fixed in the latest snapshot by this revision:
http://hg.libsdl.org/SDL/rev/109b7c071f70

Thanks!
Comment 2 Vern Jensen 2011-03-09 16:15:51 UTC
Yes, fixed. Thanks!