This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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.
- Loading branch information
Showing
with
574 additions
and 36 deletions.
- +11 −3 include/SDL_events.h
- +31 −2 include/SDL_mouse.h
- +2 −2 include/SDL_video.h
- +9 −6 src/SDL_compat.c
- +2 −0 src/audio/SDL_mixer_MMX_VC.c
- +27 −3 src/events/SDL_events.c
- +1 −0 src/events/SDL_events_c.h
- +3 −2 src/events/SDL_keyboard.c
- +62 −7 src/events/SDL_mouse.c
- +2 −0 src/events/SDL_mouse_c.h
- +2 −1 src/events/SDL_quit.c
- +65 −1 src/events/SDL_windowevents.c
- +8 −4 src/joystick/SDL_joystick.c
- +344 −2 src/video/win32/SDL_win32events.c
- +1 −1 src/video/win32/SDL_win32video.h
- +2 −1 src/video/win32/SDL_win32window.c
- +2 −1 src/video/win32/SDL_win32window.h
Oops, something went wrong.