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
Copy file name to clipboardexpand all lines: doc/classes/DisplayServer.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,7 @@
237
237
<returntype="int" />
238
238
<paramindex="0"name="rect"type="Rect2" />
239
239
<description>
240
-
Returns index of the screen which contains specified rectangle.
240
+
Returns the index of the screen that overlaps the most with the given rectangle. Returns [code]-1[/code] if the rectangle doesn't overlap with any screen or has no area.
0 commit comments