#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/htkeyb.cc. Referenced by ht_getkey(), and ht_raw_getkey(). |
|
Definition at line 266 of file djgpp/htkeyb.cc. |
|
Definition at line 64 of file djgpp/htkeyb.cc. Referenced by execute_process(), ht_dialog::run(), ht_app::run(), and ht_uformat_viewer::vsearch(). |
|
Definition at line 34 of file djgpp/htkeyb.cc. Referenced by execute_process(), ht_getkey(), ht_raw_getkey(), ht_dialog::run(), ht_app::run(), and ht_uformat_viewer::vsearch(). |
|
Definition at line 39 of file djgpp/htkeyb.cc. Referenced by ht_getkey(). |
|
Definition at line 29 of file djgpp/htkeyb.cc. Referenced by ht_raw_getkey(). |
|
Definition at line 247 of file djgpp/htkeyb.cc. |
|
Definition at line 77 of file djgpp/htkeyb.cc. Referenced by init_keyb(). |