Just some ideas for the custom button & joystick event listener

This commit is contained in:
jancoow
2015-05-04 00:33:08 +02:00
parent 2c7c917d02
commit d8dbcc0719
7 changed files with 103 additions and 4 deletions
+20 -4
View File
@@ -2,9 +2,25 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-service.jar"/>
<classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-gpio-extension.jar"/>
<classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-device.jar"/>
<classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-core.jar"/>
<classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-service.jar">
<attributes>
<attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-gpio-extension.jar">
<attributes>
<attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-device.jar">
<attributes>
<attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-core.jar">
<attributes>
<attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>