Interface InputHandler

All Known Implementing Classes:
Application, Scene, SystemManager, World

public interface InputHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    input(float deltaTime)
    Handles input every frame.
  • Method Details

    • input

      void input(float deltaTime)
      Handles input every frame.
      Parameters:
      deltaTime - Delta time in seconds