mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
GLFW key events set modifier flags based on what the modifier state was before the event, unlike every other platform. This modifies the GLFW key support to take that into account. As a small cleanup, I fixed a documentation macro reference for the modifier flags that was duplicate