InputProviderSite Class
Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI
The object which input providers use to report input to the input manager.
public class InputProviderSite : IDisposable
Properties
InputManager
public InputManager InputManager { get; }
Returns the input manager that this site is attached to.
IsDisposed
public bool IsDisposed { get; }
Returns true if we are disposed.
Methods
Dispose()
public void Dispose()
Unregisters this input provider.
Dispose(bool disposing)
protected virtual void Dispose(bool disposing)
Closes a response stream, if present. (inherited)
| Parameter | Type | Description |
|---|---|---|
disposing | bool | Not used. |
ReportInput(InputDevice device, InputReport inputReport)
public bool ReportInput(InputDevice device, InputReport inputReport)
No description available.
| Parameter | Type | Description |
|---|---|---|
device | InputDevice | |
inputReport | InputReport |
Returns bool