CoreWebView2PhysicalKeyStatus Struct

Definition

Contains the information packed into the LPARAM sent to a Win32 key event.

public struct CoreWebView2PhysicalKeyStatus
type CoreWebView2PhysicalKeyStatus = struct
Public Structure CoreWebView2PhysicalKeyStatus
Inheritance
CoreWebView2PhysicalKeyStatus

Remarks

For more information about WM_KEYDOWN, navigate to WM_KEYDOWN message.

Fields

IsExtendedKey

Indicates that the key is an extended key.

IsKeyReleased

Indicates that the key was released.

IsMenuKeyDown

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

RepeatCount

Specifies the repeat count for the current message.

ScanCode

Specifies the scan code.

WasKeyDown

Indicates that the key was held down.

Applies to