mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
add gui_drag_threshold for viewports
This commit is contained in:
parent
ab6c6eece8
commit
89aa5137b8
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