new version for linux and now you can choose if you want to make the wiimotes rumble on connections.
git-svn-id: http://wiiusej.googlecode.com/svn/trunk@111 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
@@ -339,7 +339,7 @@ public class Tests implements WiimoteListener {
|
||||
* @param args
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
Wiimote[] wiimotes = WiiUseApiManager.getWiimotes(4);
|
||||
Wiimote[] wiimotes = WiiUseApiManager.getWiimotes(4, true);
|
||||
if (wiimotes.length > 0) {
|
||||
System.out.println(wiimotes[0]);
|
||||
Tests tests = new Tests(wiimotes[0]);
|
||||
|
||||
Reference in New Issue
Block a user