mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
explicitly ignore T_resume_down
This commit is contained in:
parent
c0d9ec45c5
commit
40cf785318
@ -909,6 +909,10 @@ do_transmit_data(const DataNodeTransmit &input, DataNodeTransmit &output) {
|
|||||||
case ButtonEvent::T_keystroke:
|
case ButtonEvent::T_keystroke:
|
||||||
keystroke(be._keycode);
|
keystroke(be._keycode);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case ButtonEvent::T_resume_down:
|
||||||
|
// Ignore this, since the button wasn't pressed just now.
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user