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

Summary: No Mouse-moved events until button click or enter/leave event
Product: SDL Reporter: Vern Jensen <vern>
Component: eventsAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Mac OS X 10.6   

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!