comparison include/SDL_events.h @ 3777:54d08ecec1cb gsoc2008_manymouse

Sharpened code looks and a minor events upgrade
author Szymon Wilczek <kazeuser@gmail.com>
date Wed, 06 Aug 2008 09:29:32 +0000
parents 8b5b67000dc0
children a9370b995ded
comparison
equal deleted inserted replaced
3776:a9c2a7071874 3777:54d08ecec1cb
329 329
330 typedef struct SDL_ProximityEvent 330 typedef struct SDL_ProximityEvent
331 { 331 {
332 Uint8 which; 332 Uint8 which;
333 Uint8 type; 333 Uint8 type;
334 int cursor;
334 int x; 335 int x;
335 int y; 336 int y;
336 } SDL_ProximityEvent; 337 } SDL_ProximityEvent;
337 338
338 /** 339 /**