Mercurial > sdl-ios-xcode
comparison src/video/win32/SDL_win32events.c @ 2918:bd518fc76f28
Updated to build on Windows
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 25 Dec 2008 05:11:29 +0000 |
parents | 99210400e8b9 |
children | d2f68ec8c1d0 |
comparison
equal
deleted
inserted
replaced
2917:4cecb110195d | 2918:bd518fc76f28 |
---|---|
212 return (0); | 212 return (0); |
213 | 213 |
214 case WM_INPUT: /* mouse events */ | 214 case WM_INPUT: /* mouse events */ |
215 { | 215 { |
216 LPBYTE lpb; | 216 LPBYTE lpb; |
217 int w, h; | |
218 const RAWINPUTHEADER *header; | 217 const RAWINPUTHEADER *header; |
219 int index; | 218 int index; |
220 int i; | 219 int i; |
221 int size = 0; | 220 int size = 0; |
222 const RAWMOUSE *raw_mouse = NULL; | 221 const RAWMOUSE *raw_mouse = NULL; |