mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Revert "pgui: Ignore PGEntry tab keypress"
This reverts commit 1f05d37b209470c179b6d00f888ac39ffd14bcf4. See #994
This commit is contained in:
parent
1236303acf
commit
4484aca8e1
@ -203,11 +203,6 @@ press(const MouseWatcherParameter ¶m, bool background) {
|
|||||||
|
|
||||||
ButtonHandle button = param.get_button();
|
ButtonHandle button = param.get_button();
|
||||||
|
|
||||||
if (button == KeyboardButton::tab()) {
|
|
||||||
// Tab. Ignore the entry.
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (button == MouseButton::one() ||
|
if (button == MouseButton::one() ||
|
||||||
button == MouseButton::two() ||
|
button == MouseButton::two() ||
|
||||||
button == MouseButton::three() ||
|
button == MouseButton::three() ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user