First quick attempt at package javadoc to show the properties for plugin loading

This commit is contained in:
endolf 2004-04-02 10:04:45 +00:00
parent ad0fd45046
commit 004375ec03

View file

@ -0,0 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<body>
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)
</body>
</html>