how to write jinput plugins

how would i go about writing a jinput plugin for a custom controller?

Hi

Take a look at the existing plugins is the best place to start. It does depend on what you are trying to do though. It depends on what the controller is.

More information would be needed to offer much more advice :slight_smile:

Endolf

I couldn’t find any plugins on google, then i realized i should check out the jinput source code. I checked out the plugins there. if i’ve got this correct, i must create subclasses for ControllerEnvironment, AbstractController, and abstractComponent.

Hi

That sounds about right :slight_smile:

Endolf