21#include "../../SDL_internal.h"
23#ifndef SDL_x11keyboard_h_
24#define SDL_x11keyboard_h_
void X11_QuitKeyboard(_THIS)
int X11_InitKeyboard(_THIS)
void X11_UpdateKeymap(_THIS)
void X11_SetTextInputRect(_THIS, SDL_Rect *rect)
KeySym X11_KeyCodeToSym(_THIS, KeyCode, unsigned char group)
void X11_StopTextInput(_THIS)
void X11_StartTextInput(_THIS)
A rectangle, with the origin at the upper left (integer).