Skip to content

Commit

Permalink
Update UserInputService.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lack-of-gravity-jack authored Feb 13, 2025
1 parent 9928bba commit 5e3f5f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en-us/reference/engine/classes/UserInputService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,8 @@ methods:
description: |
This function returns a `Datatype.Vector2` representing the current screen
location of the player's `Class.Mouse` in pixels relative to the top left
corner. This does not account for the `Class.GuiObject` inset.
corner. This does not account for the `Enum.ScreenInsets`. To get the
top left and bottom right insets, call `Class.GuiService:GetGuiInset'.
If the location of the mouse pointer is offscreen or the player's device
does not have a mouse, the returned value will be undetermined.
Expand Down

0 comments on commit 5e3f5f3

Please sign in to comment.