input: support configuring drag_3fg from libinput (#10631)

This commit is contained in:
Ufuk Ustali
2025-06-06 16:47:15 +02:00
committed by GitHub
parent 456c820d52
commit 0ac3bef724
3 changed files with 13 additions and 0 deletions

View File

@@ -645,6 +645,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{false},
},
SConfigOptionDescription{
.value = "input:touchpad:drag_3fg",
.description = "Three Finger Drag 0 -> disabled, 1 -> 3 finger, 2 -> 4 finger",
.type = CONFIG_OPTION_INT,
.data = SConfigOptionDescription::SRangeData{0, 0, 2},
},
/*
* input:touchdevice: