Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Missing keysym defines
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 25, 2008
1 parent 48e9948 commit c00dabe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions include/SDL_compat.h
Expand Up @@ -133,6 +133,16 @@ struct SDL_SysWMinfo;
/* Obsolete or renamed key codes */

/* These key constants were renamed for clarity or consistency. */
#define SDLK_0 '0'
#define SDLK_1 '1'
#define SDLK_2 '2'
#define SDLK_3 '3'
#define SDLK_4 '4'
#define SDLK_5 '5'
#define SDLK_6 '6'
#define SDLK_7 '7'
#define SDLK_8 '8'
#define SDLK_9 '9'
#define SDLK_a 'a'
#define SDLK_b 'b'
#define SDLK_c 'c'
Expand Down

0 comments on commit c00dabe

Please sign in to comment.