mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 13:06:00 +01:00
warn unrecognized input devices
This commit is contained in:
parent
638b44cabd
commit
248ce66459
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ void Events::listener_newInput(wl_listener* listener, void* data) {
|
|||
wlr_cursor_attach_input_device(g_pCompositor->m_sWLRCursor, DEVICE);
|
||||
break;
|
||||
default:
|
||||
Debug::log(WARN, "Unrecognized input device plugged in: %s", DEVICE->name);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue