Struct CoreWebView2PhysicalKeyStatus
Contains the information packed into the LPARAM sent to a Win32 key event.
public struct CoreWebView2PhysicalKeyStatus
- Inherited Members
Remarks
For more information about WM_KEYDOWN
, navigate to WM_KEYDOWN message.
Fields
IsExtendedKey
Indicates that the key is an extended key.
public int IsExtendedKey
Field Value
IsKeyReleased
Indicates that the key was released.
public int IsKeyReleased
Field Value
IsMenuKeyDown
Indicates that a menu key is held down (context code).
public int IsMenuKeyDown
Field Value
RepeatCount
Specifies the repeat count for the current message.
public uint RepeatCount
Field Value
ScanCode
Specifies the scan code.
public uint ScanCode
Field Value
WasKeyDown
Indicates that the key was held down.
public int WasKeyDown