Skip to main content

InputProvider Class

Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI

No description available.

public sealed class InputProvider

Constructors

InputProvider(Application a)

public InputProvider(Application a)

No description available.

ParameterTypeDescription
aApplication

Methods

RaiseButton(HardwareButton button, bool state, DateTime time)

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

No description available.

ParameterTypeDescription
buttonHardwareButton
statebool
timeDateTime

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

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

No description available.

ParameterTypeDescription
xint
yint
whichTouchMessages
timeDateTime

RaiseFocusNavigation(bool forward)

public void RaiseFocusNavigation(bool forward)

Moves focus between tab stops (map hardware keys or UART keys to this for PC-style navigation).

ParameterTypeDescription
forwardbool