Skip to content

Commit 6d76167

Browse files
authored
Apply suggestions from code review
1 parent 005f239 commit 6d76167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,8 +1176,8 @@ methods:
11761176
to the top left corner of the screen.
11771177
description: |
11781178
This function returns a `Datatype.Vector2` representing the current screen
1179-
location of the player's `Class.Mouse` in pixels relative to the top left
1180-
corner. This does not account for the `Enum.ScreenInsets`. To get the
1179+
location of the player's `Class.Mouse` in pixels relative to the topleft
1180+
corner. This does not account for the `Enum.ScreenInsets`; to get the
11811181
top‑left and bottom‑right insets, call `Class.GuiService:GetGuiInset()`.
11821182
11831183
If the location of the mouse pointer is offscreen or the player's device

0 commit comments

Comments
 (0)