diff --git a/panda/src/tform/mouseWatcher.cxx b/panda/src/tform/mouseWatcher.cxx index 391cd4cddc..9abf21b598 100644 --- a/panda/src/tform/mouseWatcher.cxx +++ b/panda/src/tform/mouseWatcher.cxx @@ -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; } } }