mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-19 23:20:34 +01:00
First quick attempt at package javadoc to show the properties for plugin loading
This commit is contained in:
parent
ad0fd45046
commit
004375ec03
12
coreAPI/src/java/net/java/games/input/package.html
Normal file
12
coreAPI/src/java/net/java/games/input/package.html
Normal 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>
|
||||
Loading…
Reference in a new issue