Cycling74 / min-api

High-level C++-language application programming interface for Max
MIT License
57 stars 23 forks source link

min::event modifier access #195

Open Mc-Zen opened 2 years ago

Mc-Zen commented 2 years ago

Hi there, can we get an access function for min::events m_modifiers member? I believe, currently it is not possible to check which mouse button has been pressed/released. Apparently, this information is stored in m_modifiers along with the modifier key flags and can be read by testing m_modifiers & _modifiers::eLeftButton for example but the member is private unfortunately.

Thanks!

Mc-Zen commented 1 year ago

Hi, any news about this? Should I make a pull request?