mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #110245 from Armynator/add-min-gui-drag-distance
Make minimum drag distance configurable for gui elements
This commit is contained in:
commit
08db7ddf2f
6 changed files with 29 additions and 1 deletions
|
|
@ -1712,6 +1712,7 @@ ProjectSettings::ProjectSettings() {
|
|||
GLOBAL_DEF("gui/timers/tooltip_delay_sec.editor_hint", 0.5);
|
||||
#endif
|
||||
|
||||
GLOBAL_DEF("gui/common/drag_threshold", 10);
|
||||
GLOBAL_DEF_BASIC("gui/common/snap_controls_to_pixels", true);
|
||||
GLOBAL_DEF(PropertyInfo(Variant::INT, "gui/common/show_focus_state_on_pointer_event", PROPERTY_HINT_ENUM, "Never,Control Supports Keyboard Input,Always"), 1);
|
||||
GLOBAL_DEF_BASIC("gui/fonts/dynamic_fonts/use_oversampling", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue