mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-16 21:50:55 +01:00
Added jinput.controllerPluginPath property to package documentation
This commit is contained in:
parent
004375ec03
commit
54ecf9687a
|
|
@ -6,7 +6,8 @@ Top level package for JInput.
|
|||
|
||||
<h2>Package Specification</h2>
|
||||
|
||||
Use -D jinput.plugins (or net.java.games.input.plugins) and specifiy a list of class name to over ride the plugins system. This will force the classes passed to be loaded first, then plugins will be searched for in the default manner (./controller/*.jar)
|
||||
Use -D jinput.plugins (or net.java.games.input.plugins) and specifiy a list of class name to over ride the plugins system. This will force the classes passed to be loaded first, then plugins will be searched for in the default manner (./controller/*.jar)<BR/>
|
||||
Use -D jinput.controllerPluginPath to change the path the plugins mechanism will use to search for plugin Jars.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue