implement touch support

this is mostly plumbing; the most interesting logic is in touch_get_coords
This commit is contained in:
bi4k8 2021-12-31 23:50:31 +00:00 committed by Johan Malm
parent a2a2e093ef
commit 4c3bae0794
4 changed files with 137 additions and 0 deletions

View file

@ -16,6 +16,7 @@ labwc_sources = files(
'resistance.c',
'seat.c',
'server.c',
'touch.c',
'theme.c',
'view.c',
'view-impl.c',