mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
events: update keyPress props
This commit is contained in:
parent
4956eae9b0
commit
3ff5fa776a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ M: means std::unordered_map<std::string, std::any> following props are members.
|
||||||
| windowtitle | emitted when a window title changes. | PHLWINDOW | ✕ |
|
| windowtitle | emitted when a window title changes. | PHLWINDOW | ✕ |
|
||||||
| configReloaded | emitted after the config is reloaded | nullptr | ✕ |
|
| configReloaded | emitted after the config is reloaded | nullptr | ✕ |
|
||||||
| preConfigReload | emitted before a config reload | nullptr | ✕ |
|
| preConfigReload | emitted before a config reload | nullptr | ✕ |
|
||||||
| keyPress | emitted on a key press | M: `event`:`wlr_keyboard_key_event*`, `keyboard`:`SKeyboard*` | ✔ |
|
| keyPress | emitted on a key press | M: `event`:`wlr_keyboard_key_event*`, `keyboard`:`SP<IKeyboard>` | ✔ |
|
||||||
| pin | emitted when a window is pinned or unpinned | PHLWINDOW | ✕ |
|
| pin | emitted when a window is pinned or unpinned | PHLWINDOW | ✕ |
|
||||||
| swipeBegin | emitted when a touchpad swipe is commenced | `wlr_pointer_swipe_begin_event*` | ✔ |
|
| swipeBegin | emitted when a touchpad swipe is commenced | `wlr_pointer_swipe_begin_event*` | ✔ |
|
||||||
| swipeUpdate | emitted when a touchpad swipe is updated | `wlr_pointer_swipe_update_event*` | ✔ |
|
| swipeUpdate | emitted when a touchpad swipe is updated | `wlr_pointer_swipe_update_event*` | ✔ |
|
||||||
|
|
Loading…
Reference in a new issue