fiddled with analog sticks

This commit is contained in:
Diego Waxemberg
2013-09-21 23:03:44 -04:00
parent aa4376f3d7
commit 8c8e6c0008
7 changed files with 92 additions and 28 deletions
+4 -1
View File
@@ -62,8 +62,11 @@ public class NvConnection {
public void sendControllerInput(final short buttonFlags,
final byte leftTrigger, final byte rightTrigger,
final short leftStick, final short rightStick)
final int leftStick, final int rightStick)
{
if (inputStream == null)
return;
threadPool.execute(new Runnable() {
@Override
public void run() {