Table of Contents

Class InputDevice

Namespace
GHIElectronics.Endpoint.UI.Input
Assembly
GHIElectronics.Endpoint.UI.dll

Provides the base class for all input devices.

public abstract class InputDevice : DispatcherObject
Inheritance
InputDevice
Derived
Inherited Members

Constructors

InputDevice()

Constructs an instance of the InputDevice class.

protected InputDevice()

Properties

DeviceType

public abstract InputManager.InputDeviceType DeviceType { get; }

Property Value

InputManager.InputDeviceType

Target

Returns the element that input from this device is sent to.

public abstract UIElement Target { get; }

Property Value

UIElement