Go to the documentation of this file.
39 #include <SDL_keycode.h>
115 static void start_text_input();
116 static void stop_text_input();
117 static bool is_text_input() {
return text_input; }
126 static bool text_input;
128 static u_int16 mouse_posx, mouse_posy;
130 static u_int8 * p_keystate;
133 static bool mouse_button[3];
135 static std::queue<std::string> input_queue;
Declares some basic types.
#define s_int32
32 bits long signed integer
#define u_int8
8 bits long unsigned integer
#define u_int16
16 bits long unsigned integer