mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
input: log tablet dimensions
This commit is contained in:
parent
fbd6e49f8f
commit
dd91cd89ae
1 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ setup_pen(struct seat *seat, struct wlr_input_device *wlr_device)
|
|||
tablet->tablet->data = tablet;
|
||||
tablet->x = 0.0;
|
||||
tablet->y = 0.0;
|
||||
wlr_log(WLR_INFO, "tablet dimensions: %.2fmm x %.2fmm",
|
||||
tablet->tablet->width_mm, tablet->tablet->height_mm);
|
||||
CONNECT_SIGNAL(tablet->tablet, &tablet->handlers, axis);
|
||||
CONNECT_SIGNAL(tablet->tablet, &tablet->handlers, tip);
|
||||
CONNECT_SIGNAL(tablet->tablet, &tablet->handlers, button);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue