Skip to content

LibGDX Input and Controller classes extracted into a standalone library

License

Notifications You must be signed in to change notification settings

mini2Dx/gdx-input

Repository files navigation

gdx-input

LibGDX Input and Controller classes extracted into a standalone library

Mechanism

The gradle build will checkout a specific version of libgdx, copy the input source files into src/main/java, package renamed from com.badlogic to org.mini2Dx and compile the standalone jar.

Usage

compile "org.mini2Dx:gdx-input:1.9.13"

This project's only dependency is gdx-collections.

Included Classes

  • ControlType
  • Controller
  • ControllerAdapter
  • ControllerListener
  • ControllerManager
  • ControllerManagerStub
  • Input
  • InputAdapter
  • InputEventQueue
  • InputMultiplexer
  • InputProcessor
  • PovDirection

About

LibGDX Input and Controller classes extracted into a standalone library

Resources

License

Stars

Watchers

Forks

Packages

No packages published