LuciadCPillar C# 2023.1.04
Luciad.Maps.IMouseCursorCallback Interface Reference

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. More...
 

Detailed Description

A callback class that is called when a cursor changes.

See for example Map::setCursor Editor::Builder::mouseCursorCallback

2020.1

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IMouseCursorCallback.

Member Function Documentation

◆ OnMouseCursorChanged()

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.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IMouseCursorCallback::onMouseCursorChanged.