Back to API Reference
Struct
KeyResolve
sealed
Describes a key press being resolved before the platform key map is applied.
public NativeKeyCode keyThe platform-independent key code.
public NativeModifiers modifiersThe modifier keys held for the key press.
public EditAction actionThe resolved action; None until a hook sets it.
