- buf.Printf(_T("Joystick (%d, %d)"), pt.x, pt.y);
+ buf.Printf(_T("Joystick (%d, %d) "), pt.x, pt.y);
+
+/*
+ for(int i = 0; i < nButtons; ++i)
+ {
+ buf += wxString(wxT("[")) +
+ ((event.GetButtonState() & (1 << i)) ? wxT("Y") : wxT("N")) + wxString(wxT("]"));
+ }
+*/