From 54ecf9687ad8bd3bdc7c1ba196156bb9dc066929 Mon Sep 17 00:00:00 2001 From: endolf Date: Fri, 2 Apr 2004 10:09:03 +0000 Subject: [PATCH] Added jinput.controllerPluginPath property to package documentation --- coreAPI/src/java/net/java/games/input/package.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coreAPI/src/java/net/java/games/input/package.html b/coreAPI/src/java/net/java/games/input/package.html index 8aa0eb4..666595d 100644 --- a/coreAPI/src/java/net/java/games/input/package.html +++ b/coreAPI/src/java/net/java/games/input/package.html @@ -6,7 +6,8 @@ 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) +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.controllerPluginPath to change the path the plugins mechanism will use to search for plugin Jars. \ No newline at end of file