VKESCAPE
VK_ESCAPE is the Windows API virtual-key code that represents the Escape key on a standard keyboard. It serves as a symbolic constant used by the Windows input system to identify the Escape key across keyboard events and input handling.
VK_ESCAPE is defined as 0x1B (decimal 27) in header files such as WinUser.h. In the Win32 message
In user interfaces, the Escape key is commonly used to cancel operations, close dialogs, or exit full-screen
VK_ESCAPE is part of the broader set of Windows virtual-key codes, which map hardware keys to logical