Interface IMouseCursorCallback


public interface IMouseCursorCallback
A callback class that is called when a cursor changes.

See for example

  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Implement this method to handle a cursor that is returned when the map's cursor changes.
  • Method Details Link icon

    • onMouseCursorChanged Link icon

      void onMouseCursorChanged(@NotNull MouseCursor cursor)
      Implement this method to handle a cursor that is returned when the map's cursor changes.
      Parameters:
      cursor - the mouse cursor.