ποΈ Toolbar
Utility module for controlling the floating Android Macro toolbar from Lua.
ποΈ Toolbar:isAvailable()
Check whether the floating toolbar service is available.
ποΈ Toolbar:isVisible()
Check whether the toolbar is currently visible on screen.
ποΈ Toolbar:show()
Show the floating toolbar.
ποΈ Toolbar:hide()
Hide the floating toolbar.
ποΈ Toolbar:setPosition()
Move the floating toolbar to a specific screen position.
ποΈ Toolbar:setScale()
Set the toolbar scale factor.
ποΈ Toolbar:getScale()
Get the current toolbar scale factor.
ποΈ Toolbar:setOpacity()
Set the toolbar opacity.
ποΈ Toolbar:getOpacity()
Get the current toolbar opacity.
ποΈ Toolbar:setSnap()
Enable or disable edge snap mode for the toolbar.
ποΈ Toolbar:setCollapse()
Enable or disable collapsed circle mode for the toolbar.
ποΈ Toolbar:isSnapped()
Check whether the toolbar is currently in a snapped state.