Package com.deco2800.game.input


package com.deco2800.game.input
  • Class
    Description
    An InputComponent that supports keyboard and touch input and touch gestures.
    Generic class to wrap an InputProcessor so that it acts like an InputComponent.
    InputFactory creates inputType-specific inputFactories which can handle various types of input.
    Input device types
    Provides a global access point for handling user input and creating input handlers.
    KeyboardInputFactory creates input handlers that process keyboard and touch support.