LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

Display.RelativeMouseAt

public static method RelativeMouseAt(inputMouseCoordinates: Vector3): Vector3;

Parameters

inputMouseCoordinatesMouse Input Position as Coordinates.

Description

Query relative mouse coordinates.

RelativeMouseAt can be used to query relative mouse input coordinates and the screen in which Mouse Input is recorded. This is only valid on the Windows Desktop platforms with Multiple Displays. x, y returns the coordinates in relative space and z returns the screen in which Mouse Input is handled.