-
-
Notifications
You must be signed in to change notification settings - Fork 270
Nodify_HotKeysDisplayMode
miroiu edited this page Jul 1, 2025
·
1 revision
Namespace: Nodify
Assembly: Nodify
References: PendingConnection
Specifies how hotkeys are displayed for a pending connection.
public enum HotKeysDisplayMode
Display hotkeys for both mouse and keyboard.
All = 2;
Display hotkeys for keyboard only.
Keyboard = 1;
No hotkeys will be displayed for the pending connection.
None = 0;