fix: stabilize controller menu navigation
This commit is contained in:
parent
5df8b2e7cc
commit
a8be597d27
32 changed files with 910 additions and 2376 deletions
|
|
@ -1268,6 +1268,10 @@ func _update_controller_menu_scroll(delta: float) -> void:
|
|||
_controller_mapping_manager == null
|
||||
or _virtual_mouse_active
|
||||
or is_input_mapping_capturing()
|
||||
or (
|
||||
_player_menu.visible
|
||||
and not _player_menu.allows_global_controller_scroll()
|
||||
)
|
||||
):
|
||||
return
|
||||
var stick_y: float = _controller_menu_scroll_axis()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue