You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] receiving wiimote date(id 1)
ERROR DETAILERS: transport endpoint is not connected.
[Wiimote unid 1 will be disconnected
What version of the product are you using? On what operating system?
Ubuntu 12.10
When I pull out the battery in the willmote ,the connect will be down of course
.And i have register a listener like this.
@Override
public void onDisconnectionEvent(DisconnectionEvent arg0) {
// TODO Auto-generated method stub
// System.out.println("disconnectEvent"+arg0);
wiimoteConnected = false;
}
i only get the error infomoation which i attached above ,but can not see the
disconnectEvent which i println in console.how can i recieve the disconnect
event and do something for that?
Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 5:35
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Jan 2013 at 5:35The text was updated successfully, but these errors were encountered: