Set sets the active cursor to the given cursor as an enum, which is typically a [cursors.Cursor], unless you are extending the default cursor set, in which case it should be a type you defined. The string version of the enum value must correspond to a filename of the form "name.svg" in [cogentcore.o
(cursor enums.Enum)
| 24 | // [cogentcore.org/core/cursors.Cursors]; this will be satisfied automatically by all |
| 25 | // [cursor.Cursor] values. |
| 26 | Set(cursor enums.Enum) error |
| 27 | |
| 28 | // IsVisible returns whether cursor is currently visible (according to [Cursor.Hide] and [Cursor.Show] actions) |
| 29 | IsVisible() bool |
no outgoing calls