Interactivity / NodifyEditorGestures / KeyboardGestures
NodifyEditorGestures.KeyboardGestures Class
Section titled “NodifyEditorGestures.KeyboardGestures Class”Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → NodifyEditorGestures.KeyboardGestures
References: EditorGestures.DirectionalNavigationGestures, InputGestureRef, EditorGestures.NodifyEditorGestures
public class KeyboardGestures
Constructors
Section titled “Constructors”NodifyEditorGestures.KeyboardGestures()
Section titled “NodifyEditorGestures.KeyboardGestures()”public KeyboardGestures();
Properties
Section titled “Properties”DeselectAll
Section titled “DeselectAll”public InputGestureRef DeselectAll { get; set; }
Property Value
DragSelection
Section titled “DragSelection”public DirectionalNavigationGestures DragSelection { get; set; }
Property Value
EditorGestures.DirectionalNavigationGestures
NavigateSelection
Section titled “NavigateSelection”public DirectionalNavigationGestures NavigateSelection { get; set; }
Property Value
EditorGestures.DirectionalNavigationGestures
NextNavigationLayer
Section titled “NextNavigationLayer”public InputGestureRef NextNavigationLayer { get; set; }
Property Value
public DirectionalNavigationGestures Pan { get; set; }
Property Value
EditorGestures.DirectionalNavigationGestures
PrevNavigationLayer
Section titled “PrevNavigationLayer”public InputGestureRef PrevNavigationLayer { get; set; }
Property Value
ToggleSelected
Section titled “ToggleSelected”public InputGestureRef ToggleSelected { get; set; }
Property Value
Methods
Section titled “Methods”Apply(NodifyEditorGestures.KeyboardGestures)
Section titled “Apply(NodifyEditorGestures.KeyboardGestures)”public void Apply(NodifyEditorGestures.KeyboardGestures gestures);
Parameters
gestures
NodifyEditorGestures.KeyboardGestures
Unbind()
Section titled “Unbind()”public void Unbind();