Cursor changer js

broken image
broken image

To create an edge here by changing the cursor to a hand.

broken image

If no input mode has a non- null preferredCursor the multiplexing input mode’sįor example, once the mouse hovers over a node, CreateEdgeInputMode indicates that it is possible This list is processedįrom highest to lowest priority and the first preferredCursor which is not null is the effective current cursor. Like GraphEditorInputMode or GraphViewerInputMode keep a list of their input modes sorted by priority.

broken image

In section Priorities and Exclusiveness you have learned that MultiplexingInputModes Input modes often indicate that a certain interaction is possible or in progress by changing the mouse cursor.įor example, when the mouse hovers over a movable item, MoveInputMode changes the cursor

broken image