예제 #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);
}