AutoHotPie icon indicating copy to clipboard operation
AutoHotPie copied to clipboard

Importable AHK Pie Menu class type

Open dumbeau opened this issue 2 years ago • 0 comments

For those who want to use pie menus in their own AHK scripts as an importable AHK class type from a library.

Here's an example of how I think this would be used:

#include PieMenu.ahk

MyPieMenu := New PieMenu([functions],{options})

a::
MyPieMenu.open()
return

dumbeau avatar Apr 07 '22 21:04 dumbeau