mirror of
https://github.com/labwc/labwc.git
synced 2025-11-09 13:30:01 -05:00
Split pad initialization from tablet initialization to avoid conflicting handler names. Also reuse 'get_mapped_button'.
10 lines
147 B
Meson
10 lines
147 B
Meson
labwc_sources += files(
|
|
'cursor.c',
|
|
'tablet.c',
|
|
'tablet_pad.c',
|
|
'gestures.c',
|
|
'input.c',
|
|
'keyboard.c',
|
|
'key-state.c',
|
|
'touch.c',
|
|
)
|