COREWEBVIEW2_PHYSICAL_KEY_STATUS

Contains the information packed into the LPARAM sent to a Win32 key event. For more information about WM_KEYDOWN, navigate to WM_KEYDOWN message.

version(Windows && inline_webview2_bindings && all)
struct COREWEBVIEW2_PHYSICAL_KEY_STATUS {}

Members

Variables

IsExtendedKey
BOOL IsExtendedKey;

Indicates that the key is an extended key.

IsKeyReleased
BOOL IsKeyReleased;

Indicates that the key was released.

IsMenuKeyDown
BOOL IsMenuKeyDown;

Indicates that a menu key is held down (context code).

RepeatCount
UINT32 RepeatCount;

Specifies the repeat count for the current message.

ScanCode
UINT32 ScanCode;

Specifies the scan code.

WasKeyDown
BOOL WasKeyDown;

Indicates that the key was held down.

Meta