Added jinput.controllerPluginPath property to package documentation

This commit is contained in:
endolf 2004-04-02 10:09:03 +00:00
parent 004375ec03
commit 54ecf9687a

View file

@ -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>