Table of Contents

Class InputProvider

Namespace
GHIElectronics.Endpoint.UI.Input
Assembly
GHIElectronics.Endpoint.UI.dll
public sealed class InputProvider
Inheritance
InputProvider
Inherited Members

Constructors

InputProvider(Application)

public InputProvider(Application a)

Parameters

a Application

Methods

RaiseButton(HardwareButton, bool, DateTime)

public void RaiseButton(HardwareButton button, bool state, DateTime time)

Parameters

button HardwareButton
state bool
time DateTime

RaiseTouch(int, int, TouchMessages, DateTime)

public void RaiseTouch(int x, int y, TouchMessages which, DateTime time)

Parameters

x int
y int
which TouchMessages
time DateTime