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 to- trueto enable the callback, or- falseto disable it.
Returns
- NA — This method does not return a value.