comparison src/events/SDL_mouse_c.h @ 1722:5daa04d862f1 SDL-1.3

Added a userdata parameter for event filters. Added a function to filter the existing queued events. Added explicit support for relative mouse mode to the API.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 30 Jun 2006 08:18:44 +0000
parents 89f7510fe17a
children 6c63fc2bd986
comparison
equal deleted inserted replaced
1721:1cc762cafff8 1722:5daa04d862f1
61 int x; 61 int x;
62 int y; 62 int y;
63 int xdelta; 63 int xdelta;
64 int ydelta; 64 int ydelta;
65 Uint8 buttonstate; 65 Uint8 buttonstate;
66 SDL_bool relative_mode;
67 SDL_bool flush_motion;
66 68
67 SDL_Cursor *cursors; 69 SDL_Cursor *cursors;
68 SDL_Cursor *def_cursor; 70 SDL_Cursor *def_cursor;
69 SDL_Cursor *cur_cursor; 71 SDL_Cursor *cur_cursor;
70 SDL_bool cursor_shown; 72 SDL_bool cursor_shown;