From 004375ec03808333b1df6f3a5d2465573210d26f Mon Sep 17 00:00:00 2001 From: endolf Date: Fri, 2 Apr 2004 10:04:45 +0000 Subject: [PATCH] First quick attempt at package javadoc to show the properties for plugin loading --- coreAPI/src/java/net/java/games/input/package.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 coreAPI/src/java/net/java/games/input/package.html diff --git a/coreAPI/src/java/net/java/games/input/package.html b/coreAPI/src/java/net/java/games/input/package.html new file mode 100644 index 0000000..8aa0eb4 --- /dev/null +++ b/coreAPI/src/java/net/java/games/input/package.html @@ -0,0 +1,12 @@ + + + + +Top level package for JInput. + +

Package Specification

+ +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) + + + \ No newline at end of file