Mercurial > sdl-ios-xcode
comparison include/SDL_events.h @ 3778:a9370b995ded gsoc2008_manymouse
proximity events bug fix
author | Szymon Wilczek <kazeuser@gmail.com> |
---|---|
date | Wed, 06 Aug 2008 11:49:28 +0000 |
parents | 54d08ecec1cb |
children |
comparison
equal
deleted
inserted
replaced
3777:54d08ecec1cb | 3778:a9370b995ded |
---|---|
327 int h; | 327 int h; |
328 } SDL_ResizeEvent; | 328 } SDL_ResizeEvent; |
329 | 329 |
330 typedef struct SDL_ProximityEvent | 330 typedef struct SDL_ProximityEvent |
331 { | 331 { |
332 Uint8 type; | |
332 Uint8 which; | 333 Uint8 which; |
333 Uint8 type; | |
334 int cursor; | 334 int cursor; |
335 int x; | 335 int x; |
336 int y; | 336 int y; |
337 } SDL_ProximityEvent; | 337 } SDL_ProximityEvent; |
338 | 338 |