CursorMovedEventHandler Delegate
Namespace: GHIElectronics.TinyCLR.Devices.UsbHost · Assembly: GHIElectronics.TinyCLR.Devices.UsbHost
The delegate for when one of the joystick's cursors moves.
public delegate CursorMovedEventHandler
Parameters
| Parameter | Type | Description |
|---|---|---|
sender | Joystick | The joystick associated with this event. |
e | CursorMovedEventArgs | The event arguments. |