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.
| Parameter | Type | Description |
|---|---|---|
a | Application |
Methods
RaiseButton(HardwareButton button, bool state, DateTime time)
public void RaiseButton(HardwareButton button, bool state, DateTime time)
No description available.
| Parameter | Type | Description |
|---|---|---|
button | HardwareButton | |
state | bool | |
time | DateTime |
RaiseTouch(int x, int y, TouchMessages which, DateTime time)
public void RaiseTouch(int x, int y, TouchMessages which, DateTime time)
No description available.
| Parameter | Type | Description |
|---|---|---|
x | int | |
y | int | |
which | TouchMessages | |
time | DateTime |
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).
| Parameter | Type | Description |
|---|---|---|
forward | bool |