Henrybk / eventMacro

My personal rework of openkore's macro plugin
GNU General Public License v2.0
5 stars 5 forks source link

fix macro_delay (support sub-second timing) #5

Closed allanon closed 8 years ago

allanon commented 8 years ago

Using Time::HiRes lets us time our macros accurately. Without it, macro_delay only kinda-sorta works.