explicitly ignore T_resume_down

This commit is contained in:
David Rose 2003-01-14 19:30:38 +00:00
parent c0d9ec45c5
commit 40cf785318

View File

@ -909,6 +909,10 @@ do_transmit_data(const DataNodeTransmit &input, DataNodeTransmit &output) {
case ButtonEvent::T_keystroke:
keystroke(be._keycode);
break;
case ButtonEvent::T_resume_down:
// Ignore this, since the button wasn't pressed just now.
break;
}
}
}