SDL/src
David Ludwig 5575948b37 Fixed bug 2726 - WinRT touches not setting 'which' field in virtual mouse events
This patch makes sure that any SDL_MOUSEBUTTONDOWN, SDL_MOUSEBUTTONUP, and
SDL_MOUSEMOTION events, as triggered by a touch event in a WinRT app, set the
event's 'which' field to SDL_TOUCH_MOUSEID.  Previously, this was getting set
to the same value as events from a real mouse, '0'.

Thanks to Diego for providing information on this bug, and to Tamas Hamor for
sending over a patch!
2014-11-22 21:13:46 -05:00
..
atomic Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
audio Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
core Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
cpuinfo Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
dynapi Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
events Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
file Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
filesystem Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
haptic Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
joystick Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
libm Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
loadso Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
main Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
power Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
render Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
stdlib Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
test Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
thread Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
timer Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
video Fixed bug 2726 - WinRT touches not setting 'which' field in virtual mouse events 2014-11-22 21:13:46 -05:00
SDL_assert_c.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_assert.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_error_c.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_error.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_hints.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_internal.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_log.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00