Skip to main content

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)

ParameterTypeDescription
disposingboolNot used.

ReportInput(InputDevice device, InputReport inputReport)

public bool ReportInput(InputDevice device, InputReport inputReport)

No description available.

ParameterTypeDescription
deviceInputDevice
inputReportInputReport

Returns bool