show

fun show(tag: T? = null, touchX: Int = this.touchX, touchY: Int = this.touchY)

显示浮动菜单

Parameters

tag

传递给点击事件的标签, 在MenuItem.onClick接受

touchX

点击x坐标, 在没有指定anchor时要求指定坐标才能定位显示

touchY

点击y坐标