mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 04:56:00 +01:00
dispatch libinput on ready
This commit is contained in:
parent
752d0fbd14
commit
995543ed03
1 changed files with 3 additions and 0 deletions
|
@ -264,6 +264,9 @@ static bool isDRMCard(const char* sysname) {
|
|||
}
|
||||
|
||||
void Aquamarine::CSession::onReady() {
|
||||
dispatchLibseatEvents();
|
||||
dispatchLibinputEvents();
|
||||
|
||||
for (auto const& d : libinputDevices) {
|
||||
if (d->keyboard)
|
||||
backend->events.newKeyboard.emit(SP<IKeyboard>(d->keyboard));
|
||||
|
|
Loading…
Reference in a new issue