diff src/video/win32/SDL_win32video.h @ 2724:0e2b65f32298

Added Wacom API headers. FIXME: Dynamically load the Wacom API functions from wintab32.dll
author Sam Lantinga <slouken@libsdl.org>
date Tue, 26 Aug 2008 05:26:28 +0000
parents 514f7c1651fc
children f23ebf1ddac4
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.h	Tue Aug 26 02:47:26 2008 +0000
+++ b/src/video/win32/SDL_win32video.h	Tue Aug 26 05:26:28 2008 +0000
@@ -37,6 +37,11 @@
 #include "d3d9.h"
 #endif
 
+#include "wactab/wintab.h"
+#define PACKETDATA ( PK_X | PK_Y | PK_BUTTONS | PK_NORMAL_PRESSURE | PK_CURSOR)
+#define PACKETMODE 0
+#include "wactab/pktdef.h"
+
 #include "SDL_win32events.h"
 #include "SDL_win32gamma.h"
 #include "SDL_win32keyboard.h"