mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 00:30:17 +00:00
F2 now resets keyboard. (Fixes #639)
This commit is contained in:
parent
0d112158d0
commit
ec74b9de6b
@ -2189,6 +2189,7 @@ void ResetMachineState ()
|
||||
PravetsReset();
|
||||
sg_Disk2Card.Boot();
|
||||
VideoResetState();
|
||||
KeybReset();
|
||||
sg_SSC.CommReset();
|
||||
PrintReset();
|
||||
JoyReset();
|
||||
|
@ -68,6 +68,7 @@ void KeybSetAltGrSendsWM_CHAR(bool state)
|
||||
|
||||
void KeybReset()
|
||||
{
|
||||
keycode = 0;
|
||||
keywaiting = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user