#include "gldrv/winsys.h"
#include "in.h"
Go to the source code of this file.
Enumerator |
---|
KB_MOD_ALT |
|
KB_MOD_CTRL |
|
KB_MOD_SHIFT |
|
KB_MOD_MASK |
|
Definition at line 30 of file in_kb.h.
void BindKey |
( |
int |
key, |
|
|
unsigned int |
modifiers, |
|
|
unsigned int |
player, |
|
|
KBHandler |
handler, |
|
|
const KBData & |
data |
|
) |
| |
unsigned int getActiveModifiers |
( |
) | |
|
unsigned int getModifier |
( |
const char * |
mod_name) | |
|
void ProcessKB |
( |
unsigned int |
player) | |
|
unsigned int pullActiveModifiers |
( |
) | |
|
void setActiveModifiers |
( |
unsigned int |
mask) | |
|
void UnbindKey |
( |
int |
key, |
|
|
unsigned int |
modifiers |
|
) |
| |
const int KEYMAP_SIZE = WSK_LAST |