dumbeau / AutoHotPie

Radial menus in Windows, aka PIE MENYOOS!
MIT License
340 stars 18 forks source link

Importable AHK Pie Menu class type #44

Open dumbeau opened 2 years ago

dumbeau commented 2 years ago

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