Terminal.getMouseAutohide

Determines the value of the terminal's mouse autohide setting. When autohiding is enabled, the mouse cursor will be hidden when the user presses a key and shown when the user moves the mouse. This setting can be changed using Terminal.setMouseAutohide.

class Terminal
bool
getMouseAutohide
()

Return Value

Type: bool

TRUE if autohiding is enabled, FALSE if not