Renamed SDL_keysym.h to SDL_keycode.h to avoid confusion.

--HG--
rename : include/SDL_keysym.h => include/SDL_keycode.h
This commit is contained in:
Sam Lantinga 2011-02-16 15:46:12 -08:00
parent d2b922f555
commit d4acca7166
10 changed files with 21 additions and 19 deletions

View file

@ -448,7 +448,7 @@
>
</File>
<File
RelativePath="..\..\include\SDL_keysym.h"
RelativePath="..\..\include\SDL_keycode.h"
>
</File>
<File

View file

@ -227,7 +227,7 @@
<ClInclude Include="..\..\include\SDL_input.h" />
<ClInclude Include="..\..\include\SDL_joystick.h" />
<ClInclude Include="..\..\include\SDL_keyboard.h" />
<ClInclude Include="..\..\include\SDL_keysym.h" />
<ClInclude Include="..\..\include\SDL_keycode.h" />
<ClInclude Include="..\..\include\SDL_loadso.h" />
<ClInclude Include="..\..\include\SDL_log.h" />
<ClInclude Include="..\..\include\SDL_main.h" />