is enabled, the mouse cursor will be hidden when the user presses a key and shown when the user moves the mouse.
Terminal.pointerAutohide
bool pointerAutohide() @propertyGet pointerAutohide property.
Returns
Controls the value of the terminal's mouse autohide setting. When autohiding
void pointerAutohide(bool propval) @propertySet pointerAutohide property.
Parameters
propval | Controls 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. |