Skip to content

HotkeyArgs

Summary

Provides data for Plugin Hotkeys handler.

Signature

1
public class HotkeyArgs

Namespace

cAlgo.API

See Also

Properties

Key

Summary

Keyboard key

Signature

1
public Key Key {get;}

Return Value

Key

Modifiers

Summary

Modifiers key that was used with the Key

Signature

1
public ModifierKeys Modifiers {get;}

Return Value

ModifierKeys