You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a custom InputEventJoypadButton resource, you are able to configure what the button actually is. In the list, that appears of every single button, however because the list is so large, it cannot fit onto the screen vertically, and therefore cannot be closed, forcing the whole engine to be closed through task manager. This problem also applies to the InputEventJoypadMotion Resource too.
Steps to reproduce
Create a new InputEventJoypadButton or InputEventJoypadMotion Resource.
Select the configure button, which will display a list of all possible buttons.
Observe how the popup menu is so big, it cannot be closed. double clicking a selection dosent close the menu either.
Minimal reproduction project
n/a
The text was updated successfully, but these errors were encountered:
Godot version
4.2.stable (most likely over versions aswell)
System information
Godot v4.2.stable - Windows 10.0.22621 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 Ti (NVIDIA; 31.0.15.4592) - AMD Ryzen 7 5800X 8-Core Processor (16 Threads)
Issue description
When creating a custom InputEventJoypadButton resource, you are able to configure what the button actually is. In the list, that appears of every single button, however because the list is so large, it cannot fit onto the screen vertically, and therefore cannot be closed, forcing the whole engine to be closed through task manager. This problem also applies to the InputEventJoypadMotion Resource too.
Steps to reproduce
Create a new InputEventJoypadButton or InputEventJoypadMotion Resource.
Select the configure button, which will display a list of all possible buttons.
Observe how the popup menu is so big, it cannot be closed. double clicking a selection dosent close the menu either.
Minimal reproduction project
n/a
The text was updated successfully, but these errors were encountered: