Skip to main content
Version: 3.5

KeyboardInfo

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

Keyboard informs from the event.

public struct KeyboardInfo : ValueType

Properties

Instance memberIsEmpty

Boolean: Indicates whether the KeyboardInfo properties have been initialize or not.

Instance memberKeyCode

Keys: Pressed key.

Instance memberKeyData

Keys: Pressed key with modifier.

Instance memberKeyValue

Int32: Raw pressed key code.

Instance memberLockKeys

Keys: Keyboard lock keys.

Instance memberModifiers

Keys: Keyboard modifiers.