mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-03-30 16:34:33 +00:00
#1363 Make it easier to trigger Shift+Right-Click.
This commit is contained in:
parent
f745c59d70
commit
8d5bfc1a9e
@ -1742,6 +1742,7 @@ LRESULT Win32Frame::WndProc(
|
||||
|
||||
case WM_RBUTTONDOWN:
|
||||
case WM_RBUTTONUP:
|
||||
KeybUpdateCtrlShiftStatus(); // #1363: Shift+Right-Click to show advanced disk image formatting options
|
||||
if ((buttonover == -1) && (message == WM_RBUTTONUP)) // HACK: BUTTON_NONE
|
||||
{
|
||||
int x = LOWORD(lparam);
|
||||
|
Loading…
x
Reference in New Issue
Block a user