Events emitted by `flagsChanged:` cannot access `charactersIgnoringModifiers`. We were previously doing this because we were trying to re-use the `create_key_event` function, but that is unsuited for this purpose, so I have separated the `flagsChanged:` logic out from it. |
||
|---|---|---|
| .. | ||
| app.rs | ||
| app_state.rs | ||
| cursor.rs | ||
| event.rs | ||
| event_loop.rs | ||
| ffi.rs | ||
| menu.rs | ||
| mod.rs | ||
| monitor.rs | ||
| observer.rs | ||
| util.rs | ||
| view.rs | ||
| window.rs | ||
| window_delegate.rs | ||