Table of Contents

Class Input.InputSimulator

Namespace
Lime
Assembly
Lime.dll
public class Input.InputSimulator
Inheritance
Input.InputSimulator
Inherited Members

Constructors

InputSimulator(Input)

public InputSimulator(Input input)

Parameters

input Input

Properties

ActiveRunners

public int ActiveRunners { get; set; }

Property Value

int

Methods

OnBetweenFrames(float)

public void OnBetweenFrames(float delta)

Parameters

delta float

OnProcessingPendingInputEvents()

public void OnProcessingPendingInputEvents()

SetDesktopMousePosition(Vector2)

public void SetDesktopMousePosition(Vector2 position)

Parameters

position Vector2

SetKeyState(Key, bool)

public void SetKeyState(Key key, bool value)

Parameters

key Key
value bool

SetWindowUnderMouse(IWindow)

public void SetWindowUnderMouse(IWindow window)

Parameters

window IWindow

Events

ProcessingPendingInputEvents

public event Input.InputSimulator.ProcessingPendingInputEventsDelegate ProcessingPendingInputEvents

Event Type

Input.InputSimulator.ProcessingPendingInputEventsDelegate