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.
Hi there, can we get an access function for
min::event
sm_modifiers
member? I believe, currently it is not possible to check which mouse button has been pressed/released. Apparently, this information is stored inm_modifiers
along with the modifier key flags and can be read by testingm_modifiers & _modifiers::eLeftButton
for example but the member is private unfortunately.Thanks!