sdl2_frt/src/video/windows
Sam Lantinga 55b24b93b4 Fixed bug 4265 - SDL window falls to the bottom of the screen when dragged down and stuck there
Alexei

On WM_WINDOWPOSCHANGED event, WIN_UpdateClipCursor() is called. SDL_WINDOW_INPUT_FOCUS is set even when the mouse pointer is not inside the SDL window and therefore ClipCursor(&rect) is called. When dragging the window and rect.bottom=800 (i.e. the bottom edge of the screen) the SDL window is clipped to the bottom of the screen and it is not possible to move it back to the center of the screen.
2018-09-26 11:17:43 -07:00
..
SDL_msctf.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_vkeys.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsclipboard.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsclipboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsevents.c Fixed bug 4265 - SDL window falls to the bottom of the screen when dragged down and stuck there 2018-09-26 11:17:43 -07:00
SDL_windowsevents.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsframebuffer.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsframebuffer.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowskeyboard.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_windowskeyboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsmessagebox.c Attempt to fix "cast from pointer to integer of different size" warnings. 2018-06-29 16:56:11 -04:00
SDL_windowsmessagebox.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsmodes.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsmodes.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsmouse.c Added hints SDL_HINT_MOUSE_DOUBLE_CLICK_TIME and SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS to allow tuning double-click sensitivity. 2018-09-14 19:26:26 -07:00
SDL_windowsmouse.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsopengl.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_windowsopengl.h Fixed whitespace 2018-09-24 11:49:25 -07:00
SDL_windowsopengles.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsopengles.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsshape.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsshape.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowstaskdialog.h SDL_windowstaskdialog.h (struct _TASKDIALOGCONFIG): make unions anonymous 2018-06-30 20:55:51 +03:00
SDL_windowsvideo.c Some drag'and'drop improvements. 2018-08-02 16:03:47 -04:00
SDL_windowsvideo.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsvulkan.c Fixed whitespace 2018-09-24 11:49:25 -07:00
SDL_windowsvulkan.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowswindow.c Fixed bug 4265 - SDL window falls to the bottom of the screen when dragged down and stuck there 2018-09-26 11:17:43 -07:00
SDL_windowswindow.h Fixed bug 4265 - SDL window falls to the bottom of the screen when dragged down and stuck there 2018-09-26 11:17:43 -07:00
wmmsg.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00