Prepare Android controller and export support

This commit is contained in:
Alexander Sellite 2026-08-03 02:14:38 -04:00
parent c84f305c34
commit d24f2f50c0
9 changed files with 192 additions and 11 deletions

View file

@ -922,7 +922,10 @@ func _on_peer_identity_observed(_peer_id: int, status: String) -> void:
func _input(event: InputEvent) -> void:
if (
not event.is_action_pressed("ui_cancel")
not (
event.is_action_pressed("ui_cancel")
or event.is_action_pressed("open_system_menu")
)
or (event is InputEventKey and event.echo)
):
return