markuphoverevent
Enables or disables the GUI_MarkupHover
callback for markup mouseover events. This can be used in the UI to display information about a markup when the mouse is moved over it.
Syntax
RxCore.markuphoverevent(onoff)
Parameters
onoff
: boolean — Set totrue
to enable the callback, orfalse
to disable it.
Returns
- NA — This method does not return a value.