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
Merged a cleaned up version of Jiang's code changes from Google Summe…
…r of Code 2009
- Loading branch information
Showing
with
605 additions
and 14 deletions.
- +3 −0 build-scripts/showrev.sh
- +17 −0 include/SDL_events.h
- +28 −0 include/SDL_keyboard.h
- +14 −1 src/SDL_compat.c
- +18 −0 src/events/SDL_keyboard.c
- +3 −0 src/events/SDL_keyboard_c.h
- +5 −0 src/video/SDL_sysvideo.h
- +28 −0 src/video/SDL_video.c
- +4 −0 src/video/cocoa/SDL_cocoaevents.m
- +4 −0 src/video/cocoa/SDL_cocoakeyboard.h
- +175 −11 src/video/cocoa/SDL_cocoakeyboard.m
- +2 −0 src/video/cocoa/SDL_cocoamodes.m
- +3 −1 src/video/cocoa/SDL_cocoavideo.h
- +4 −0 src/video/cocoa/SDL_cocoavideo.m
- +4 −1 test/Makefile.in
- +18 −0 test/configure.in
- +275 −0 test/testime.c
Oops, something went wrong.