Vertical

fun interface Vertical

An interface to calculate the vertical position of a menu with respect to its anchor and window. The returned y-coordinate is relative to the window.

See also

Functions

Link copied to clipboard
abstract fun position(anchorBounds: IntRect, windowSize: IntSize, menuHeight: Int): Int