mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 03:48:06 +02:00
doc: add the switches page to a "other devices" category
It felt a bit lost at the bottom of the "pages" list. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
45e3218863
commit
2192ec192c
2 changed files with 7 additions and 3 deletions
|
|
@ -35,6 +35,10 @@
|
||||||
|
|
||||||
- @subpage tablet-support
|
- @subpage tablet-support
|
||||||
|
|
||||||
|
@page other_devices Other devices
|
||||||
|
|
||||||
|
- @subpage switches
|
||||||
|
|
||||||
@page general General
|
@page general General
|
||||||
|
|
||||||
- @subpage device-quirks
|
- @subpage device-quirks
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
/**
|
/**
|
||||||
@page switches Switches
|
@page switches Switches
|
||||||
|
|
||||||
libinput supports a couple of switches. Unlike button events that come in
|
libinput supports the lid and tablet-mode switches. Unlike button events
|
||||||
press and release pairs, switches are usually toggled once and left at the
|
that come in press and release pairs, switches are usually toggled once and
|
||||||
setting for an extended period of time.
|
left at the setting for an extended period of time.
|
||||||
|
|
||||||
Only some switches are handled by libinput, see @ref libinput_switch for a
|
Only some switches are handled by libinput, see @ref libinput_switch for a
|
||||||
list of supported switches. Switch events are exposed to the caller, but
|
list of supported switches. Switch events are exposed to the caller, but
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue