GenericEventArgs Class
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input
Contains information about a generic input event.
public class GenericEventArgs : InputEventArgs
Constructors
GenericEventArgs(InputDevice inputDevice, GenericEvent genericEvent)
public GenericEventArgs(InputDevice inputDevice, GenericEvent genericEvent) : base(inputDevice, genericEvent.Time)
Constructs an instance of the GenericEventArgs class.
Fields
InternalEvent
public readonly GenericEvent InternalEvent
Read-only access to the underlying generic event.