Skip to main content

The "sys_mouse_hover" Function

Syntax#

sys_mouse_hover(state);
ArgumentTypeDescription
statebooleanSets the mouse cursor state to hover (true) or default (false)

Description#

Enables 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.