overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
138 stars 50 forks source link

Add keyboard modifiers to entity pointer events #815

Closed HifiExperiments closed 7 months ago

HifiExperiments commented 7 months ago

https://github.com/overte-org/overte/issues/808

idk why we never did this 🤷

The values aren't super intuitive (https://doc.qt.io/qt-6/qt.html#KeyboardModifier-enum) e.g. shift = 0x02000000 = 33554432. I'm not sure if the raw enum is exposed automatically since it's Qt? do people think this is sufficient?

SilverfishVR commented 7 months ago

A bit late, but works on Master Overte-308-a1089b5