sticky property

bool sticky

If true, the tooltip will follow the mouse instead of being fixed at the feature center.

Implementation

external bool get sticky;
void sticky=(bool value)

Implementation

external set sticky(bool value);