GenericEventArgs Class
Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI
No description available.
public class GenericEventArgs : InputEventArgs
Constructors
GenericEventArgs(InputDevice inputDevice, GenericEvent genericEvent)
public GenericEventArgs(InputDevice inputDevice, GenericEvent genericEvent) : base(inputDevice, genericEvent.Time)
No description available.
| Parameter | Type | Description |
|---|---|---|
inputDevice | InputDevice | |
genericEvent | GenericEvent |
Fields
InternalEvent
public readonly GenericEvent InternalEvent
No description available.