Skip to content

Commit cc94921

Browse files
committed
fix: Remove unused variable
1 parent d002500 commit cc94921

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/vsg/platform/win32/Win32_Window.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ namespace vsgWin32
4141
uint16_t modifierMask = 0;
4242

4343
// see https://learn.microsoft.com/en-us/windows/win32/inputdev/about-keyboard-input#keystroke-message-flags
44-
WORD vkCode = LOWORD(wParam); // virtual-key code
4544
WORD keyFlags = HIWORD(lParam);
4645
WORD scanCode = LOBYTE(keyFlags); // scan code
4746
BOOL isExtendedKey = (keyFlags & KF_EXTENDED) == KF_EXTENDED; // extended-key flag, 1 if scancode has 0xE0 prefix

0 commit comments

Comments
 (0)