Interface | Description |
---|---|
InputService |
Interface for service that tracks the current status of input devices
(keyboard and mouse in particular).
|
Class | Description |
---|---|
Accelerator |
A keyboard shortcut, consisting of a
KeyCode plus
InputModifiers . |
DefaultInputService |
Default implementation of
InputService . |
InputModifiers |
A UI-independent representation of keyboard and mouse modifier states.
|
Enum | Description |
---|---|
KeyCode |
A UI-independent enumeration of keyboard key codes.
|
MouseCursor |
A UI-independent enumeration of mouse cursors.
|
Copyright © 2015–2022 SciJava. All rights reserved.