Table of Contents

Class InputEventData

Namespace
MoonBark.GridPlacement.Core.Data
Assembly
MoonBark.GridPlacement.Core.dll

Input event data for manipulation system

public class InputEventData
Inheritance
InputEventData
Inherited Members

Properties

EventType

Type of input event

public InputEventType EventType { get; set; }

Property Value

InputEventType

MouseButton

Mouse button for mouse events

public MouseButton MouseButton { get; set; }

Property Value

MouseButton

Position

Position of the input event

public CoreVector2I Position { get; set; }

Property Value

CoreVector2I

Pressed

Whether the input is pressed

public bool Pressed { get; set; }

Property Value

bool