mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-20 11:31:24 +00:00
Fix: Sticky CTRL flag - clicking "Go Apple" button would do Ctrl-Reset, not Power-cycle
This commit is contained in:
parent
7fdc8916ef
commit
56572fbc78
@ -1393,6 +1393,7 @@ void ProcessButtonClick (int button)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case BTN_RUN:
|
case BTN_RUN:
|
||||||
|
KeybUpdateCtrlShiftStatus();
|
||||||
if( g_bCtrlKey )
|
if( g_bCtrlKey )
|
||||||
{
|
{
|
||||||
CtrlReset();
|
CtrlReset();
|
||||||
|
Loading…
Reference in New Issue
Block a user