jalovatt / scythe

Lua GUI library and utility framework for Reaper scripts (formerly Lokasenna_GUI)
https://jalovatt.github.io/scythe
MIT License
26 stars 6 forks source link

Idea: Add "bypass this logic" flags for elements' input methods #81

Open jalovatt opened 5 years ago

jalovatt commented 5 years ago

Maybe method overrides (or before/after hooks if those are implemented) could explicitly return false to break out of their location in Element:update.

https://forum.cockos.com/showpost.php?p=2122337&postcount=446