CoreWebView2PhysicalKeyStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |