win: add right click menu support (#7727)

Enable both left and right click on the pop-up menu
This commit is contained in:
Daniel Hiltgen
2024-11-18 14:39:52 -08:00
committed by GitHub
parent 81d55d3e4d
commit 35096a7eff
2 changed files with 2 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ const (
SW_HIDE = 0
TPM_BOTTOMALIGN = 0x0020
TPM_LEFTALIGN = 0x0000
TPM_RIGHTBUTTON = 0x0002
WM_CLOSE = 0x0010
WM_USER = 0x0400
WS_CAPTION = 0x00C00000