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 3099

Summary: SDL_WINDOWEVENT_LEAVE / SDL_WINDOWEVENT_ENTER receive issue
Product: SDL Reporter: lukas.hrcka1
Component: eventsAssignee: Sam Lantinga <slouken>
Status: ASSIGNED --- QA Contact: Sam Lantinga <slouken>
Severity: critical    
Priority: P2 CC: axel.mattauch
Version: 2.0.3   
Hardware: x86_64   
OS: Windows 8   

Description lukas.hrcka1 2015-08-24 10:58:43 UTC
There is a issue with receiving window leave / enter events. When you press mouse button and hold it down and then you move "fast" out of SDL window, app does not receive SDL_WINDOWEVENT_LEAVE event. Same problem appears when you enter window (SDL_WINDOWEVENT_ENTER event). Its really annoying.