InputManager Members

The following tables list the members exposed by the InputManager type.

Public Fields

Name Description
Public Field Dispatcher (Inherited from DispatcherObject.)
Public Field Static InputReportEvent Specifies the bubbling-routed event that occurs when the input manager receives an input report from an InputProviderSite object.
Public Field Static PreviewInputReportEvent Specifies the tunneling-routed event that occurs when the input manager receives an input report from an InputProviderSite object.

Public Properties

Name Description
Public Property Static CurrentInputManager Gets the current InputManager object associated with a particular thread.
Public Property InputProviders Gets the collection of input providers that are registered with the current input manager.
Public Property MostRecentInputDevice Gets or sets the input device that is associated with the most recent input event.

Public Methods

Name Description
Public Method CheckAccess (Inherited from DispatcherObject.)
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ProcessInput Processes the specified input synchronously.
Public Method ReferenceEquals (Inherited from Object.)
Public Method RegisterInputProvider Registers an input source with the input manager.
Public Method ToString (Inherited from Object.)
Public Method VerifyAccess (Inherited from DispatcherObject.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

Public Events

Name Description
Public Event PostNotifyInput Occurs after the PreNotifyInput event handlers have finished processing the raw input and the corresponding WPF events have been raised.
Public Event PostProcessInput Occurs after the NotifyInputEventHandler Delegate delegate has finished processing the raw input.
Public Event PreNotifyInput Occurs when the PreProcessInputEventHandler Delegate delegate has finished processing the raw input, if the raw input was not canceled.
Public Event PreProcessInput Occurs when the input manager starts to process a raw input item.

See Also

Reference

InputManager Class
Microsoft.SPOT.Input Namespace