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
Renamed SDL_keysym to SDL_KeySym
Renamed SDL_scancode to SDL_ScanCode Added #defines to SDL_compat.h
- Loading branch information
Showing
with
84 additions
and 81 deletions.
- +4 −4 Xcode-iPhoneOS/Demos/src/keyboard.c
- +3 −0 include/SDL_compat.h
- +1 −1 include/SDL_events.h
- +9 −9 include/SDL_keyboard.h
- +2 −2 include/SDL_scancode.h
- +8 −8 src/events/SDL_keyboard.c
- +2 −2 src/events/SDL_keyboard_c.h
- +1 −1 src/events/scancodes_darwin.h
- +1 −1 src/events/scancodes_linux.h
- +1 −1 src/events/scancodes_windows.h
- +2 −2 src/events/scancodes_xfree86.h
- +3 −3 src/video/android/SDL_androidkeyboard.c
- +2 −2 src/video/bwindow/SDL_BWin.h
- +10 −10 src/video/cocoa/SDL_cocoakeyboard.m
- +11 −11 src/video/directfb/SDL_DirectFB_events.c
- +1 −1 src/video/photon/SDL_photon.c
- +2 −2 src/video/photon/SDL_photon_input.c
- +1 −1 src/video/photon/SDL_photon_input.h
- +4 −4 src/video/riscos/SDL_riscosevents.c
- +2 −2 src/video/uikit/SDL_uikitview.m
- +2 −2 src/video/uikit/keyinfotable.h
- +1 −1 src/video/windows/SDL_windowskeyboard.c
- +1 −1 src/video/windows/SDL_windowsvideo.h
- +1 −1 src/video/x11/SDL_x11events.c
- +5 −5 src/video/x11/SDL_x11keyboard.c
- +1 −1 src/video/x11/SDL_x11video.h
- +1 −1 test/checkkeys.c
- +1 −1 test/testkeys.c
- +1 −1 test/testwm.c
Oops, something went wrong.