Add "Game" editor for better runtime debugging
This commit is contained in:
parent
8004c7524f
commit
16524a8a01
45 changed files with 2378 additions and 274 deletions
|
|
@ -185,6 +185,7 @@ void TouchScreenButton::_notification(int p_what) {
|
|||
}
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_SUSPENDED:
|
||||
case NOTIFICATION_PAUSED: {
|
||||
if (is_pressed()) {
|
||||
_release();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue