summaryrefslogtreecommitdiff
path: root/doc/user/development.rst
blob: 4b7e4a0da8ad1957203bf38f169055781f4e307d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.. _development:

==============================================================================
Information for developers
==============================================================================

Below is a list of topics of interest to developers, divided into
information for those :ref:`using_libinput_as_library` in a Wayland compositor
or other project. The :ref:`hacking_on_libinput` section applies to developers working on
libinput itself.

.. note:: If you use or work on libinput you should get in touch with the
          libinput developers on the wayland-devel@lists.freedesktop.org
          mailing lists

.. _using_libinput_as_library:

------------------------------------------------------------------------------
Using libinput as library
------------------------------------------------------------------------------

See :ref:`building_against` for information on how to integrate libinput
with your project's build system.

.. note:: **libinput's API documentation is available here:**
           http://wayland.freedesktop.org/libinput/doc/latest/api/


Topics below explain some behaviors of libinput.

.. toctree::
   :maxdepth: 1

   absolute-axes.rst
   absolute-coordinate-ranges.rst
   normalization-of-relative-motion.rst
   seats.rst
   timestamps.rst
   wheel-api.rst

.. _hacking_on_libinput:

------------------------------------------------------------------------------
Hacking on libinput
------------------------------------------------------------------------------

.. toctree::
   :maxdepth: 1

   architecture
   test-suite.rst
   pointer-acceleration.rst
   device-configuration-via-udev.rst