Struct MouseClickEvent

Event for a mouse click

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

Properties

| Edit this page View Source

MouseClickCount

How many times was the mouse clicked

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

MouseClickType

What was the MouseClickType

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

MouseEventType

What was the MouseEventType

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

MouseX

The X position the mouse was clicked at

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

MouseY

The Y position the mouse was clicked at

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