Back to API Reference
Struct

KeyResolve

sealed

Describes a key press being resolved before the platform key map is applied.

public NativeKeyCode key

The platform-independent key code.

public NativeModifiers modifiers

The modifier keys held for the key press.

public EditAction action

The resolved action; None until a hook sets it.