Home > blockly > MarkerManager > setCursor
MarkerManager.setCursor() method
Sets the cursor and initializes the drawer for use with keyboard navigation.
Signature:
setCursor(cursor: LineCursor): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| cursor | LineCursor | The cursor used to move around this workspace. |
Returns:
void