Package de.tum.cit.ase.editor.input


package de.tum.cit.ase.editor.input
Package for all input related stuff like InputAdapter and Shortcuts
  • Class
    Description
    The CanvasGestureListener class handles gesture events on a canvas.
    This class is responsible for processing input events on the canvas.
    The KeyMapper class is responsible for converting key codes based on the current layout.
     
    The ShortcutAdapter interface defines methods for handling shortcuts in an application.
    The Shortcuts class is responsible for loading and managing keyboard shortcuts.
    The EDITOR class represents a collection of static shortcuts for editing actions.
    The Shortcut class represents a shortcut with one or more keys.
    The UI class represents a collection of static shortcuts for various UI actions.
    The ToolInputAdapter class is an abstract class that implements the InputProcessor and ShortcutAdapter interfaces.