Table of Contents

Class InputManager

Namespace
Gemini.Framework.Services
Assembly
Gemini.dll
[Export(typeof(IInputManager))]
public class InputManager : IInputManager
Inheritance
InputManager
Implements
Inherited Members

Methods

SetShortcut(DependencyObject, InputGesture, object)

public void SetShortcut(DependencyObject view, InputGesture gesture, object handler)

Parameters

view DependencyObject
gesture InputGesture
handler object

SetShortcut(InputGesture, object)

public void SetShortcut(InputGesture gesture, object handler)

Parameters

gesture InputGesture
handler object