Searched defs:enmTypematicState (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Input/
H A DPS2K.cpp176 tmatic_state_t enmTypematicState; member in struct:PS2K
985 pThis->enmTypematicState = KBD_TMS_DELAY;
994 pThis->enmTypematicState = KBD_TMS_IDLE;
1011 LogFlowFunc(("Typematic state=%d, key %02X\n", pThis->enmTypematicState, pThis->u8TypematicKey));
1018 if (pThis->enmTypematicState == KBD_TMS_DELAY)
1019 pThis->enmTypematicState = KBD_TMS_REPEAT;
1021 if (pThis->enmTypematicState == KBD_TMS_REPEAT)
1089 if (pThis->enmTypematicState != KBD_TMS_IDLE)
1091 pThis->enmTypematicState == KBD_TMS_DELAY ? "delay" : "repeat");
1250 SSMR3PutU8(pSSM, pThis->enmTypematicState);
[all...]

Completed in 48 milliseconds