mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add touchpad deadzone entry in Rockbox manual
Change-Id: I227ba30628343db15e46e0250ba62e024d5b7ba1 Reviewed-on: http://gerrit.rockbox.org/939 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
parent
8146b40e73
commit
e312101181
2 changed files with 12 additions and 0 deletions
|
@ -227,8 +227,19 @@ therefore result in better runtime.
|
||||||
on the touchpad.
|
on the touchpad.
|
||||||
}
|
}
|
||||||
\end{description}
|
\end{description}
|
||||||
|
\begin{description}
|
||||||
|
\opt{touchpad_deadzone}{
|
||||||
|
\item [Touchpad Deadzone. ]This setting controls the size of a configurable deadzone
|
||||||
|
where touch events between virtual keys are ignored. If set to \opt{SANSA_FUZEPLUS_PAD}
|
||||||
|
{\setting{0}} there is effectivly no deadzone. If set to \opt{SANSA_FUZEPLUS_PAD}
|
||||||
|
{\setting{100}} the deadzones between each virtual button are set to a maximuim
|
||||||
|
400px.
|
||||||
|
}
|
||||||
|
\end{description}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\opt{usb_hid}{
|
\opt{usb_hid}{
|
||||||
\subsection{\label{ref:USB_HID}USB HID}
|
\subsection{\label{ref:USB_HID}USB HID}
|
||||||
This option turns the USB HID feature \setting{On} and \setting{Off}.
|
This option turns the USB HID feature \setting{On} and \setting{Off}.
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
\edef\UseOption{\UseOption,IMX233}
|
\edef\UseOption{\UseOption,IMX233}
|
||||||
\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
|
\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
|
||||||
\edef\UseOption{\UseOption,touchpad}
|
\edef\UseOption{\UseOption,touchpad}
|
||||||
|
\edef\UseOption{\UseOption,touchpad_deadzone}
|
||||||
|
|
||||||
\newcommand{\playerman}{Sansa}
|
\newcommand{\playerman}{Sansa}
|
||||||
\newcommand{\playertype}{Fuze+}
|
\newcommand{\playertype}{Fuze+}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue