mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
eabd5b0f22
If the user only presses the shift key, for example, we are required to still send that event to WebContent and generate the corresponding JS events. Unfortunately, NSApp does not inform us of these events via the keyDown/keyUp methods. We have to implement the flagsChanged interface, and track for ourselves what modifier keys were pressed or released. |
||
---|---|---|
.. | ||
Application | ||
UI | ||
Utilities | ||
CMakeLists.txt | ||
main.mm | ||
module.modulemap |