Table of Contents

Class InputData

Namespace
TaleWorlds.TwoDimension.Standalone
Assembly
TaleWorlds.TwoDimension.Standalone.dll
public class InputData
Inheritance
InputData
Inherited Members

Constructors

InputData()

public InputData()

Properties

CursorX

public int CursorX { get; set; }

Property Value

int

CursorY

public int CursorY { get; set; }

Property Value

int

KeyData

public bool[] KeyData { get; set; }

Property Value

bool[]

LeftMouse

public bool LeftMouse { get; set; }

Property Value

bool

MouseMove

public bool MouseMove { get; set; }

Property Value

bool

MouseScrollDelta

public float MouseScrollDelta { get; set; }

Property Value

float

RightMouse

public bool RightMouse { get; set; }

Property Value

bool

Methods

FillFrom(InputData)

public void FillFrom(InputData inputData)

Parameters

inputData InputData

Reset()

public void Reset()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).