Struct MouseMoveEvent

Event related to when the mouse moves

Namespace: VoltstroStudios.UnityWebBrowser.Shared.Events
Assembly: VoltstroStudios.UnityWebBrowser.Shared.dll
Syntax
public struct MouseMoveEvent

Properties

| Edit this page View Source

MouseX

The X position the moused moved to

Declaration
public int MouseX { readonly get; set; }
Property Value
TypeDescription
int
| Edit this page View Source

MouseY

The Y position the mouse moved to

Declaration
public int MouseY { readonly get; set; }
Property Value
TypeDescription
int