diff options
author | endolf <[email protected]> | 2004-04-02 10:09:03 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2004-04-02 10:09:03 +0000 |
commit | c641e31461650f8c7886de5e859f3f0582a29579 (patch) | |
tree | 099ec84f97ea00f066374377cfdba199919a7cf4 /coreAPI | |
parent | a535e60b556060221105795c7cd175a961410dc6 (diff) |
Added jinput.controllerPluginPath property to package documentation
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@75 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'coreAPI')
-rw-r--r-- | coreAPI/src/java/net/java/games/input/package.html | 3 |
1 files changed, 2 insertions, 1 deletions
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. <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>
\ No newline at end of file |