Exemple #1
0
int con_events(int key)
{
#ifdef CONSOLE
    return CON_Events(key);
#else
    return key;
#endif
}
bool Console::ProcessInput(SDL_Event* event)
{
    return CON_Events(event);
}