Show / Hide Table of Contents

Class MouseCaptureController

Inheritance
Object
MouseCaptureController
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public static class MouseCaptureController

Methods

| Improve this Doc View Source

CaptureMouse(IEventHandler)

Declaration
public static void CaptureMouse(this IEventHandler handler)
Parameters
Type Name Description
IEventHandler handler
| Improve this Doc View Source

HasMouseCapture(IEventHandler)

Declaration
public static bool HasMouseCapture(this IEventHandler handler)
Parameters
Type Name Description
IEventHandler handler
Returns
Type Description
Boolean
| Improve this Doc View Source

IsMouseCaptured()

Declaration
public static bool IsMouseCaptured()
Returns
Type Description
Boolean
| Improve this Doc View Source

IsMouseCaptureTaken()

Declaration
[Obsolete("Use IsMouseCaptured instead of IsMouseCaptureTaken.")]
public static bool IsMouseCaptureTaken()
Returns
Type Description
Boolean
| Improve this Doc View Source

ReleaseMouse()

Declaration
public static void ReleaseMouse()
| Improve this Doc View Source

ReleaseMouse(IEventHandler)

Declaration
public static void ReleaseMouse(this IEventHandler handler)
Parameters
Type Name Description
IEventHandler handler
| Improve this Doc View Source

ReleaseMouseCapture()

Declaration
[Obsolete("Use ReleaseMouse instead of ReleaseMouseCapture.")]
public static void ReleaseMouseCapture()
| Improve this Doc View Source

ReleaseMouseCapture(IEventHandler)

Declaration
[Obsolete("Use ReleaseMouse instead of ReleaseMouseCapture.")]
public static void ReleaseMouseCapture(this IEventHandler handler)
Parameters
Type Name Description
IEventHandler handler
| Improve this Doc View Source

TakeMouseCapture(IEventHandler)

Declaration
[Obsolete("Use CaptureMouse instead of TakeMouseCapture.")]
public static void TakeMouseCapture(this IEventHandler handler)
Parameters
Type Name Description
IEventHandler handler
  • Improve this Doc
  • View Source
Back to top Generated by DocFX