input: support configuring drag_3fg from libinput (#10631)
This commit is contained in:
parent
456c820d52
commit
0ac3bef724
3 changed files with 13 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue