Skip to main content

CursorMovedEventHandler Delegate

NuGet: GHIElectronics.TinyCLR.Devices.UsbHost
Assembly: GHIElectronics.TinyCLR.Devices.UsbHost
Namespace: GHIElectronics.TinyCLR.Devices.UsbHost

The delegate for when the mouse's cursor moves.

public delegate void CursorMovedEventHandler(Mouse sender, CursorMovedEventArgs e);

Parameters

ParameterTypeDescription
senderMouseThe mouse associated with this event.
eCursorMovedEventArgsThe event arguments.