Interface IInputBindingsService
Represents a service for managing input bindings.
public interface IInputBindingsService
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 by its key.