Readonly
keyGet an array of all the key bindings active in the viewer.
Readonly
mouseGet an array of all the mouse bindings active in the viewer.
Readonly
scrollGet an array of all the mouse bindings active in the viewer.
Get all the current bindings for the specified action.
The KeyActions to get bindings.
Vector with all the bindings of the KeyActions.
Get the binding associated with the key passed.
The key to get the binding.
Binding associated with the key.
Get all the current bindings for the specified mouse gesture.
The MouseGesture to get bindings.
Vector with all the bindings of the MouseGesture.
Get the binding associated with the mouse key passed.
The mouse key to get the binding.
Binding associated with the mouse key.
Get all the current scroll bindings for the specified action.
The ScrollActions to get bindings.
Vector with all the bindings of the ScrollActions.
Get the scroll binding associated with the modifier key passed (NONE if only scroll).
Scroll binding associated with the key.
Remove all the bindings with the specified action.
The KeyActions to remove bindings.
Remove all the bindings with the specified MouseGesture.
The MouseGesture to remove bindings.
Remove all the scroll bindings with the specified action.
The ScrollActions to remove bindings.
Binds the passed KeysActionBinding in the viewer.
The key binding to set in the viewer.
Binds the passed MouseActionBinding in the viewer.
The mouse binding to set in the viewer.
Binds the passed ScrollActionBinding in the viewer.
The scroll binding to set in the viewer.
Class that serves as an interface to manage the viewer input bindings.