GraphicsMouseEventclass

Information about a `Editor.GraphicsItem`s mouse click event.

objectGraphicsMouseEvent
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public sealed struct Editor.GraphicsMouseEvent

Properties13

Showing 13 properties

public bool Editor.GraphicsMouseEvent.LeftMouseButton { get; set; }PUBLICGETSET

Returns:bool

public bool Editor.GraphicsMouseEvent.MiddleMouseButton { get; set; }PUBLICGETSET

Returns:bool

public bool Editor.GraphicsMouseEvent.RightMouseButton { get; set; }PUBLICGETSET

Returns:bool

public Vector2 Editor.GraphicsMouseEvent.ScenePosition { get; set; }PUBLICGETSET

Position of the mouse cursor within the `Editor.GraphicsScene`.

Returns:Vector2

On this page