Struct MouseScrollEvent

Event related to when the mouse scrolls

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

Properties

| Edit this page View Source

MouseScroll

How much did ths mouse move

Declaration
public int MouseScroll { readonly get; set; }
Property Value
TypeDescription
int
| 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 moused moved to

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