console.SetCursorVisible
( Brutus2D 1.6, 1.7 )
console.SetCursorVisible - set the visibility of the cursor
Description
console.SetCursorVisible bool
- bool - true or false
console.SetCursorVisible sets the visibility of the cursor. If set to true then the cursor will be visible. If set to false it will not be visible.
Examples
Setting the cursor invisible is useful in making ASCII games.
console.SetCursorVisible False
Related Pages
- console.GetCursorVisible - check whether the cursor is visible or not.
- console.Initialize - initialize the console object.
- console.Terminate - terminate the console object.
- mouse.Hide - hides the mouse cursor in graphics mode.
- mouse.Show - shows the mouse cursor in graphics mode.
page_revision: 5, last_edited: 1214047408|%e %b %Y, %H:%M %Z (%O ago)