Verder gewerkt aan implementatie wiimote.
This commit is contained in:
@@ -7,6 +7,7 @@ import pm.exception.DeviceException;
|
||||
import pm.exception.MacroException;
|
||||
import pm.macro.event.Press;
|
||||
import wiiusej.Wiimote;
|
||||
import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
|
||||
|
||||
public class WiimoteDevice extends Device {
|
||||
protected static final int CONNECT_MAX = 10;
|
||||
@@ -33,4 +34,8 @@ public class WiimoteDevice extends Device {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
public void onButtonsEvent(WiimoteButtonsEvent event) {
|
||||
//evm.macroEvent(event, getWiimote(event));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user