Skip to content

Commit 5e3f5f3

Browse files
Update UserInputService.yaml
1 parent 9928bba commit 5e3f5f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en-us/reference/engine/classes/UserInputService.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,8 @@ methods:
11771177
description: |
11781178
This function returns a `Datatype.Vector2` representing the current screen
11791179
location of the player's `Class.Mouse` in pixels relative to the top left
1180-
corner. This does not account for the `Class.GuiObject` inset.
1180+
corner. This does not account for the `Enum.ScreenInsets`. To get the
1181+
top left and bottom right insets, call `Class.GuiService:GetGuiInset'.
11811182
11821183
If the location of the mouse pointer is offscreen or the player's device
11831184
does not have a mouse, the returned value will be undetermined.

0 commit comments

Comments
 (0)