seslShowProDockingEffect

fun seslShowProDockingEffect(show: Boolean, dockingArea: Rect)

Shows or hides the pre-docking effect.

This effect is displayed when the floating pane is dragged near a docking area, providing visual feedback to the user.

Parameters

show

true to show the effect, false to hide it.

dockingArea

The Rect defining the area where the docking effect should be displayed. This area will be inset by dockingEffectPadding before the effect is drawn.