![]() |
DDraceNetwork Documentation
|
#include "input.h"#include "keynames.h"#include <base/system.h>#include <base/windows.h>#include <engine/console.h>#include <engine/graphics.h>#include <engine/input.h>#include <engine/keys.h>#include <engine/shared/config.h>#include <SDL.h>#include <SDL_syswm.h>Macros | |
| #define | SDL_JOYSTICK_AXIS_MIN (-32768) |
| #define | SDL_JOYSTICK_AXIS_MAX 32767 |
Functions | |
| static int | TranslateKeyEventKey (const SDL_KeyboardEvent &KeyEvent) |
| static int | TranslateMouseButtonEventKey (const SDL_MouseButtonEvent &MouseButtonEvent) |
| static int | TranslateMouseWheelEventKey (const SDL_MouseWheelEvent &MouseWheelEvent) |
| IEngineInput * | CreateEngineInput () |
| #define SDL_JOYSTICK_AXIS_MAX 32767 |
| #define SDL_JOYSTICK_AXIS_MIN (-32768) |
| IEngineInput * CreateEngineInput | ( | ) |
|
static |
|
static |
|
static |