示例#1
0
文件: console.cpp 项目: paud/d2x-xl
int con_events(int key)
{
#ifdef CONSOLE
    return CON_Events(key);
#else
    return key;
#endif
}
示例#2
0
bool Console::ProcessInput(SDL_Event* event)
{
    return CON_Events(event);
}