|
LuciadCPillar C# 2026.0.04
|
A callback class that is called when a cursor changes. More...
Public Member Functions | |
| void | OnMouseCursorChanged (Luciad.Maps.MouseCursor cursor) |
| Implement this method to handle a cursor that is returned when the map's cursor changes. | |
A callback class that is called when a cursor changes.
See for example
| void Luciad.Maps.IMouseCursorCallback.OnMouseCursorChanged | ( | Luciad.Maps.MouseCursor | cursor | ) |
Implement this method to handle a cursor that is returned when the map's cursor changes.
| cursor | the mouse cursor. |