mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Initial keyboard support in rootston
This commit is contained in:
parent
0ca7932c3f
commit
b84d59403f
4 changed files with 97 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ static void input_add_notify(struct wl_listener *listener, void *data) {
|
|||
device->vendor, device->product, device_type(device->type));
|
||||
switch (device->type) {
|
||||
case WLR_INPUT_DEVICE_KEYBOARD:
|
||||
//keyboard_add(device, input);
|
||||
keyboard_add(device, input);
|
||||
break;
|
||||
case WLR_INPUT_DEVICE_POINTER:
|
||||
pointer_add(device, input);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue