Class NotifyInputEventArgs
Provides information about an input event being processed by the input manager.
Inherited Members
Namespace: nanoFramework.UI.Input
Assembly: nanoFramework.Graphics.dll
Syntax
public class NotifyInputEventArgs : EventArgs
Remarks
An instance of this class, or a derived class, is passed to the handlers of the following events:
Fields
StagingItem
The staging area input item being processed by the input manager.
Declaration
public readonly StagingAreaInputItem StagingItem
Field Value
Type | Description |
---|---|
StagingAreaInputItem |