LuciadCPillar C# 2026.0.04
Loading...
Searching...
No Matches
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.

Detailed Description

A callback class that is called when a cursor changes.

See for example

Since
2020.1

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.

Parameters
cursorthe mouse cursor.