mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 19:54:27 +00:00
Little Bits
-=-=-=-=-=- -Fixed small bugs all around -Added ability to show/hide entire sections of the spatial (3D) tree -WIP new vehicle (not ready yet) based on Bullet
This commit is contained in:
parent
c3e1d7b7c7
commit
2ee4ac183b
56 changed files with 3943 additions and 1757 deletions
|
|
@ -129,6 +129,9 @@ void TouchScreenButton::_input(const InputEvent& p_event) {
|
|||
if (!get_scene())
|
||||
return;
|
||||
|
||||
if (p_event.device != 0)
|
||||
return;
|
||||
|
||||
if (passby_press) {
|
||||
|
||||
if (p_event.type==InputEvent::SCREEN_TOUCH && !p_event.screen_touch.pressed && finger_pressed==p_event.screen_touch.index) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue