[DisplayServer] Add missing FEATURE_WINDOW_DRAG flag to Windows, X11 and Wayland display servers.
This commit is contained in:
@ -138,6 +138,7 @@ bool DisplayServerWindows::has_feature(Feature p_feature) const {
|
||||
case FEATURE_SCREEN_CAPTURE:
|
||||
case FEATURE_STATUS_INDICATOR:
|
||||
case FEATURE_WINDOW_EMBEDDING:
|
||||
case FEATURE_WINDOW_DRAG:
|
||||
case FEATURE_SCREEN_EXCLUDE_FROM_CAPTURE:
|
||||
return true;
|
||||
case FEATURE_EMOJI_AND_SYMBOL_PICKER:
|
||||
|
||||
Reference in New Issue
Block a user