mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
parent
8178fb21f3
commit
1f05d37b20
@ -203,6 +203,11 @@ 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