Table of Contents

Class InputBindingService

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

Service for managing input bindings.

public class InputBindingService : IInputBindingsService
Inheritance
InputBindingService
Implements

Methods

AddKeyInputBinding(KeyInputBinding)

Adds a key input binding.

ClearGestureBindings()

Clears all gesture bindings.

IsBindingFound(string)

Checks if a binding with the specified key is found.

RemoveKeyInputBinding(KeyInputBinding)

Removes a key input binding.

RemoveKeyInputBinding(string)

Removes a key input binding with the specified key.