VSGL2 - Very Simple Graphic Library 2  2.0
 All Classes Namespaces Files Functions Variables Macros Pages
vsgl2_keycode.h
Go to the documentation of this file.
1 #ifndef VSGL2_KEYCODE_H_INCLUDED
2 #define VSGL2_KEYCODE_H_INCLUDED
3 
4 const int VSGL_0 = SDL_SCANCODE_0;
5 const int VSGL_1 = SDL_SCANCODE_1;
6 const int VSGL_2 = SDL_SCANCODE_2;
7 const int VSGL_3 = SDL_SCANCODE_3;
8 const int VSGL_4 = SDL_SCANCODE_4;
9 const int VSGL_5 = SDL_SCANCODE_5;
10 const int VSGL_6 = SDL_SCANCODE_6;
11 const int VSGL_7 = SDL_SCANCODE_7;
12 const int VSGL_8 = SDL_SCANCODE_8;
13 const int VSGL_9 = SDL_SCANCODE_9;
14 
15 const int VSGL_A = SDL_SCANCODE_A;
16 const int VSGL_B = SDL_SCANCODE_B;
17 const int VSGL_C = SDL_SCANCODE_C;
18 const int VSGL_D = SDL_SCANCODE_D;
19 const int VSGL_E = SDL_SCANCODE_E;
20 const int VSGL_F = SDL_SCANCODE_F;
21 const int VSGL_G = SDL_SCANCODE_G;
22 const int VSGL_H = SDL_SCANCODE_H;
23 const int VSGL_I = SDL_SCANCODE_I;
24 const int VSGL_J = SDL_SCANCODE_J;
25 const int VSGL_K = SDL_SCANCODE_K;
26 const int VSGL_L = SDL_SCANCODE_L;
27 const int VSGL_M = SDL_SCANCODE_M;
28 const int VSGL_N = SDL_SCANCODE_N;
29 const int VSGL_O = SDL_SCANCODE_O;
30 const int VSGL_P = SDL_SCANCODE_P;
31 const int VSGL_Q = SDL_SCANCODE_Q;
32 const int VSGL_R = SDL_SCANCODE_R;
33 const int VSGL_S = SDL_SCANCODE_S;
34 const int VSGL_T = SDL_SCANCODE_T;
35 const int VSGL_U = SDL_SCANCODE_U;
36 const int VSGL_V = SDL_SCANCODE_V;
37 const int VSGL_W = SDL_SCANCODE_W;
38 const int VSGL_X = SDL_SCANCODE_X;
39 const int VSGL_Y = SDL_SCANCODE_Y;
40 const int VSGL_Z = SDL_SCANCODE_Z;
41 
42 const int VSGL_LEFT = SDL_SCANCODE_LEFT;
43 const int VSGL_RIGHT = SDL_SCANCODE_RIGHT;
44 const int VSGL_UP = SDL_SCANCODE_UP;
45 const int VSGL_DOWN = SDL_SCANCODE_DOWN;
46 
47 const int VSGL_ESC = SDL_SCANCODE_ESCAPE;
48 const int VSGL_SPACE = SDL_SCANCODE_SPACE;
49 #endif //VSGL2_KEYCODE_H_INCLUDED
const int VSGL_F
Definition: vsgl2_keycode.h:20
const int VSGL_4
Definition: vsgl2_keycode.h:8
const int VSGL_5
Definition: vsgl2_keycode.h:9
const int VSGL_S
Definition: vsgl2_keycode.h:33
const int VSGL_7
Definition: vsgl2_keycode.h:11
const int VSGL_D
Definition: vsgl2_keycode.h:18
const int VSGL_UP
Definition: vsgl2_keycode.h:44
const int VSGL_T
Definition: vsgl2_keycode.h:34
const int VSGL_LEFT
Definition: vsgl2_keycode.h:42
const int VSGL_9
Definition: vsgl2_keycode.h:13
const int VSGL_U
Definition: vsgl2_keycode.h:35
const int VSGL_Y
Definition: vsgl2_keycode.h:39
const int VSGL_Z
Definition: vsgl2_keycode.h:40
const int VSGL_RIGHT
Definition: vsgl2_keycode.h:43
const int VSGL_G
Definition: vsgl2_keycode.h:21
const int VSGL_6
Definition: vsgl2_keycode.h:10
const int VSGL_I
Definition: vsgl2_keycode.h:23
const int VSGL_E
Definition: vsgl2_keycode.h:19
const int VSGL_P
Definition: vsgl2_keycode.h:30
const int VSGL_Q
Definition: vsgl2_keycode.h:31
const int VSGL_3
Definition: vsgl2_keycode.h:7
const int VSGL_N
Definition: vsgl2_keycode.h:28
const int VSGL_0
Definition: vsgl2_keycode.h:4
const int VSGL_C
Definition: vsgl2_keycode.h:17
const int VSGL_L
Definition: vsgl2_keycode.h:26
const int VSGL_O
Definition: vsgl2_keycode.h:29
const int VSGL_R
Definition: vsgl2_keycode.h:32
const int VSGL_A
Definition: vsgl2_keycode.h:15
const int VSGL_K
Definition: vsgl2_keycode.h:25
const int VSGL_W
Definition: vsgl2_keycode.h:37
const int VSGL_ESC
Definition: vsgl2_keycode.h:47
const int VSGL_V
Definition: vsgl2_keycode.h:36
const int VSGL_DOWN
Definition: vsgl2_keycode.h:45
const int VSGL_J
Definition: vsgl2_keycode.h:24
const int VSGL_2
Definition: vsgl2_keycode.h:6
const int VSGL_B
Definition: vsgl2_keycode.h:16
const int VSGL_M
Definition: vsgl2_keycode.h:27
const int VSGL_H
Definition: vsgl2_keycode.h:22
const int VSGL_SPACE
Definition: vsgl2_keycode.h:48
const int VSGL_1
Definition: vsgl2_keycode.h:5
const int VSGL_X
Definition: vsgl2_keycode.h:38
const int VSGL_8
Definition: vsgl2_keycode.h:12