Click or drag to resize
InputUtils Class
Utility methods for handling Unity input and Unity GUI.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.InputInputUtils

Namespace: Slash.Unity.Common.Input
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public static class InputUtils

The InputUtils type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberGUIMousePosition
Returns the current mouse position on the GUI. Considers that the coordinate system of the world starts in the top-left corner, but the coordinate system of the GUI starts in the bottom-left corner, so the y coordinate is inverted.
Top
See Also