KBDLLHOOKSTRUCT class base struct

Contains information about a low-level keyboard input event.

To learn more, see learn.microsoft.com/windows/win32/api/winuser/ns-winuser-kbdllhookstruct.

Inheritance
Implemented types
Available extensions

Constructors

KBDLLHOOKSTRUCT()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
dwExtraInfo int
Additional information associated with the message.
getter/setter pair
flags KBDLLHOOKSTRUCT_FLAGS
The extended-key flag, event-injected flags, context code, and transition-state flag.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanCode int
A hardware scan code for the key.
getter/setter pair
time int
The time stamp for this message, equivalent to what GetMessageTime would return for this message.
getter/setter pair
vkCode int
A virtual-key code.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNative({Allocator allocator = adaptiveCalloc}) Pointer<KBDLLHOOKSTRUCT>
Allocates native memory and copies the contents of this struct into it.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited