MOUSEDRAGGED callback?

Hi, I’m trying to run code on mousedragged event with python reporter template. I couldn’t find any solution but to write my own event monitor. Is there more “Glyphs”-api-friendly approach for this than doing it from the skratch?

Best,
R

Have you tried the Glyphs.addCallback() API? It does support MOUSEDRAGGED.

oh,Thanks! I couldn’t find MOUSEDRAGGED in documentation for Glyphs.addCallback(),