You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: