FlagsChanged event returning (0.0, 1097.0) when pressing Option key on Sequio OS, but works on Sonoma
- I’m encountering an issue on Sequio OS where the flagsChanged event returns (0.0, 1097.0) in event.locationInWindow when pressing the Option key. However, on Sonoma, the event returns the expected mouse location value.
- This issue seems to be specific to Sequio OS, as I have tested the same code on Sonoma and the event works as expected, accurately capturing the mouse position when the modifier key is pressed.