mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
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:
parent
43d868cde8
commit
9280917984
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue