Table of Contents

Interface IInputManager

Namespace
Gemini.Framework.Services
Assembly
Gemini.dll
public interface IInputManager

Methods

SetShortcut(DependencyObject, InputGesture, object)

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

Parameters

view DependencyObject
gesture InputGesture
handler object

SetShortcut(InputGesture, object)

void SetShortcut(InputGesture gesture, object handler)

Parameters

gesture InputGesture
handler object