The "sys_mouse_hover" Function
#
SyntaxArgument | Type | Description |
---|---|---|
state | boolean | Sets the mouse cursor state to hover (true) or default (false) |
#
DescriptionEnables or disables setting mouse cursors to the hover state. System cursors will be used by default unless sprite-based cursors have been set with vngen_set_cursor
.
As this script is run automatically by other engine functions, it is almost never necessary to run sys_mouse_hover
manually.