By mistake, pressing B was connected to a function call

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4080 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sampo Savolainen 2008-11-01 20:24:46 +00:00
parent 43d868cde8
commit 9280917984

View file

@ -68,7 +68,7 @@ WiimoteControlProtocol::wiimote_callback(cwiid_wiimote_t *wiimote, int mesg_coun
//std::cerr << "1" << std::endl;
}
if (b & CWIID_BTN_B) {
transport_stop();
// just a B doesn't do anything
//std::cerr << "B" << std::endl;
}
if (b & CWIID_BTN_A && button_state & CWIID_BTN_B) {