mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05:00
parent
c8284176db
commit
1442d4e688
2 changed files with 6 additions and 0 deletions
|
|
@ -93,6 +93,8 @@ static const char *ipc_json_device_type_description(struct sway_input_device *de
|
|||
return "tablet_tool";
|
||||
case WLR_INPUT_DEVICE_TABLET_PAD:
|
||||
return "tablet_pad";
|
||||
case WLR_INPUT_DEVICE_SWITCH:
|
||||
return "switch";
|
||||
}
|
||||
return "unknown";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue