We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9928bba commit 5e3f5f3Copy full SHA for 5e3f5f3
content/en-us/reference/engine/classes/UserInputService.yaml
@@ -1177,7 +1177,8 @@ methods:
1177
description: |
1178
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 `Class.GuiObject` inset.
+ corner. This does not account for the `Enum.ScreenInsets`. To get the
1181
+ top left and bottom right insets, call `Class.GuiService:GetGuiInset'.
1182
1183
If the location of the mouse pointer is offscreen or the player's device
1184
does not have a mouse, the returned value will be undetermined.
0 commit comments