sdl2_frt/src/video/windows
Sam Lantinga 9d00f75a27 Fixed bug 2520 - Held double-click app startup creates a stuck MOUSEBUTTONDOWN event
snake5creator

When starting application with the usual "double click on file" method on Windows, only holding the last click, an unnecessary MOUSEBUTTONDOWN event is sent before the initial MOUSEMOTION event, and mouse button state is stuck in the sense that it takes a subsequent button release, followed by another press for the system to resume sending events (beginning with the next button release / MOUSEBUTTONUP event).

Input event log with held double-click startup: http://i.imgur.com/nypGKR2.png

Without: http://i.imgur.com/yaIqAvV.png
2014-05-31 14:03:04 -07:00
..
SDL_msctf.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_vkeys.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsclipboard.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsclipboard.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsevents.c Fixed bug 2520 - Held double-click app startup creates a stuck MOUSEBUTTONDOWN event 2014-05-31 14:03:04 -07:00
SDL_windowsevents.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsframebuffer.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsframebuffer.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowskeyboard.c Removed possible implicit memset() 2014-04-23 13:47:35 -07:00
SDL_windowskeyboard.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsmessagebox.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsmessagebox.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsmodes.c Fullscreen to windowed mode switch 2014-05-31 12:21:55 -07:00
SDL_windowsmodes.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsmouse.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsmouse.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsopengl.c Don't crash in WIN_GL_InitExtensions() if the OpenGL library couldn't be loaded 2014-04-23 13:47:57 -07:00
SDL_windowsopengl.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsopengles.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsopengles.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsshape.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsshape.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowsvideo.c Fixed Direct3DCreate9Ex prototype 2014-05-31 11:53:19 -07:00
SDL_windowsvideo.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_windowswindow.c Changed C++ style comments. 2014-05-18 21:11:30 +02:00
SDL_windowswindow.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
wmmsg.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00