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 one of the joystick's cursors moves.

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

Parameters

ParameterTypeDescription
senderJoystickThe joystick associated with this event.
eCursorMovedEventArgsThe event arguments.