DDraceNetwork Docs
|
#include "kernel.h"
#include <base/types.h>
#include <base/vmath.h>
#include <cstdint>
#include <functional>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | IInput |
class | IInput::CEvent |
class | IInput::IJoystick |
class | IInput::CTouchFinger |
class | IInput::CTouchFingerState |
class | IEngineInput |
Functions | |
IEngineInput * | CreateEngineInput () |
Variables | |
const int | g_MaxKeys = 512 |
const char | g_aaKeyStrings [g_MaxKeys][20] |
IEngineInput * CreateEngineInput | ( | ) |
|
extern |
const int g_MaxKeys = 512 |