gem5
|
Go to the source code of this file.
Namespaces | |
Ps2 | |
Functions | |
void | Ps2::keySymToPs2 (uint32_t key, bool down, bool &cur_shift, std::list< uint8_t > &keys) |
Variables | |
static const uint16_t | Ps2::keySymToPs2Byte [128] |
Table to convert simple key symbols (0x00XX) into ps2 bytes. More... | |
const uint8_t | Ps2::ShiftKey = 0x12 |
const uint8_t | Ps2::BreakKey = 0xf0 |
const uint8_t | Ps2::ExtendedKey = 0xe0 |
const uint32_t | Ps2::UpperKeys = 0xff00 |