blockly > MarkerManager > setCursor
MarkerManager.setCursor() method
Sets the cursor and initializes the drawer for use with keyboard navigation.
Signature:
setCursor(cursor: Cursor): void;
Parameters
Parameter |
Type |
Description |
cursor |
Cursor |
The cursor used to move around this workspace. |
Returns:
void
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["The `setCursor` method is used to set the cursor for keyboard navigation within the Blockly workspace."],["It initializes the drawer and accepts a `Cursor` object as its parameter to define the cursor's behavior."],["This method does not return any value (void)."]]],[]]