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 - SDL_WINDOWEVENT_LEAVE / SDL_WINDOWEVENT_ENTER receive issue
Summary: SDL_WINDOWEVENT_LEAVE / SDL_WINDOWEVENT_ENTER receive issue
Status: ASSIGNED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: 2.0.3
Hardware: x86_64 Windows 8
: P2 critical
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-24 10:58 UTC by lukas.hrcka1
Modified: 2017-08-12 23:21 UTC (History)
1 user (show)

See Also:


Attachments

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