KeyboardInfo
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.5.0.0)
Keyboard informs from the event.
- C#
- VB.NET
public struct KeyboardInfo : ValueType
Public Structure KeyboardInfo
Implements ValueType
Properties
IsEmpty
Boolean: Indicates whether the KeyboardInfo properties have been initialize or not.
KeyCode
Keys: Pressed key.
KeyData
Keys: Pressed key with modifier.
KeyValue
Int32: Raw pressed key code.
LockKeys
Keys: Keyboard lock keys.
Modifiers
Keys: Keyboard modifiers.