Changeset 44973 in vbox
- Timestamp:
- Mar 11, 2013 11:01:58 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/PS2K.cpp
r44806 r44973 1352 1352 AssertRCReturn(rc, rc); 1353 1353 1354 /* Recalculate the typematic delay/rate. */ 1355 ps2kSetupTypematic(pThis, pThis->u8Typematic); 1356 1354 1357 /* Fake key up events for keys that were held down at the time the state was saved. */ 1355 1358 rc = SSMR3GetU32(pSSM, &cPressed);
Note:
See TracChangeset
for help on using the changeset viewer.