#include "htkeyb.h"
#include <pc.h>
#include <stdio.h>
#include <bios.h>
Go to the source code of this file.
Classes | |
struct | ht_key_keycode |
Defines | |
#define | SHIFT_KEY(k) (k | 0x80000000) |
Functions | |
bool | ht_shift_pressed () |
bool | ht_keypressed () |
int | ht_raw_getkey () |
ht_key | ht_getkey () |
bool | init_keyb () |
void | done_keyb () |
Variables | |
ht_key_keycode | ht_dj_key_defs [] |
|
Definition at line 27 of file djgpp-x/htkeyb.cc. |
|
Definition at line 266 of file djgpp-x/htkeyb.cc. |
|
Definition at line 64 of file djgpp-x/htkeyb.cc. References ht_key, ht_raw_getkey(), ht_rawkey2key(), K_INVALID, and UINT. |
|
Definition at line 34 of file djgpp-x/htkeyb.cc. |
|
Definition at line 39 of file djgpp-x/htkeyb.cc. References ht_shift_pressed(), and SHIFT_KEY. |
|
Definition at line 29 of file djgpp-x/htkeyb.cc. |
|
Definition at line 247 of file djgpp-x/htkeyb.cc. References ht_dj_key_defs, ht_key, ht_set_key(), K_COUNT, and UINT. |
|
Definition at line 77 of file djgpp-x/htkeyb.cc. |