Searched refs:shiftDown (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/ps2/
H A Dkeyboard.hh56 bool shiftDown; member in class:PS2Keyboard
H A Dkeyboard.cc53 shiftDown(false),
64 SERIALIZE_SCALAR(shiftDown);
72 UNSERIALIZE_SCALAR(shiftDown);
163 // state (shiftDown)
164 Ps2::keySymToPs2(key, down, shiftDown, keys);

Completed in 4 milliseconds