Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32window.c @ 3779:5f599ed92fb9 gsoc2008_manymouse
Small improvements
author | Szymon Wilczek <kazeuser@gmail.com> |
---|---|
date | Thu, 14 Aug 2008 08:28:19 +0000 |
parents | 8cc36a399a12 |
children |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32window.c Wed Aug 06 11:49:28 2008 +0000 +++ b/src/video/win32/SDL_win32window.c Thu Aug 14 08:28:19 2008 +0000 @@ -39,7 +39,7 @@ #include <wintab.h> /*we're telling wintab that we want to receive movement, button events and pressure information in packets*/ -#define PACKETDATA ( PK_X | PK_Y | PK_BUTTONS | PK_NORMAL_PRESSURE) +#define PACKETDATA ( PK_X | PK_Y | PK_BUTTONS | PK_NORMAL_PRESSURE | PK_CURSOR) #define PACKETMODE 0 #include <pktdef.h>