• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- HTML header for doxygen 1.8.8-->
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4    <head>
5        <meta http-equiv="X-UA-Compatible" content="IE=edge">
6        <!-- For Mobile Devices -->
7        <meta name="viewport" content="width=device-width, initial-scale=1">
8        <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
9        <meta name="generator" content="Doxygen 1.9.6"/>
10        <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
11        <title>libevdev: Modules</title>
12        <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
13        <script type="text/javascript" src="dynsections.js"></script>
14        <link href="search/search.css" rel="stylesheet" type="text/css"/>
15<script type="text/javascript" src="search/searchdata.js"></script>
16<script type="text/javascript" src="search/search.js"></script>
17        <link href="doxygen.css" rel="stylesheet" type="text/css" />
18        <link href="bootstrap.css" rel="stylesheet" type="text/css"/>
19<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
20<link href="libevdevdoxygen.css" rel="stylesheet" type="text/css"/>
21        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
22        <script type="text/javascript" src="doxy-boot.js"></script>
23    </head>
24    <body>
25        <nav class="navbar navbar-default" role="navigation">
26            <div class="container">
27                <div class="navbar-header">
28                    <a class="navbar-brand">libevdev 1.13.1</a>
29                </div>
30            </div>
31        </nav>
32        <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
33            <div class="content" id="content">
34                <div class="container">
35                    <div class="row">
36                        <div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
37                            <div style="margin-bottom: 15px;">
38<!-- end header part -->
39<!-- Generated by Doxygen 1.9.6 -->
40<script type="text/javascript">
41/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
42var searchBox = new SearchBox("searchBox", "search/",'.html');
43/* @license-end */
44</script>
45<script type="text/javascript" src="menudata.js"></script>
46<script type="text/javascript" src="menu.js"></script>
47<script type="text/javascript">
48/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
49$(function() {
50  initMenu('',true,false,'search.php','Search');
51  $(document).ready(function() { init_search(); });
52});
53/* @license-end */
54</script>
55<div id="main-nav"></div>
56</div><!-- top -->
57<!-- window showing the filter options -->
58<div id="MSearchSelectWindow"
59     onmouseover="return searchBox.OnSearchSelectShow()"
60     onmouseout="return searchBox.OnSearchSelectHide()"
61     onkeydown="return searchBox.OnSearchSelectKey(event)">
62</div>
63
64<!-- iframe showing the search results (closed by default) -->
65<div id="MSearchResultsWindow">
66<div id="MSearchResults">
67<div class="SRPage">
68<div id="SRIndex">
69<div id="SRResults"></div>
70<div class="SRStatus" id="Loading">Loading...</div>
71<div class="SRStatus" id="Searching">Searching...</div>
72<div class="SRStatus" id="NoMatches">No Matches</div>
73</div>
74</div>
75</div>
76</div>
77
78<div class="header">
79  <div class="headertitle"><div class="title">Modules</div></div>
80</div><!--header-->
81<div class="contents">
82<div class="textblock">Here is a list of all modules:</div><div class="directory">
83<table class="directory">
84<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__init.html" target="_self">Initialization and setup</a></td><td class="desc">Initialization, initial setup and file descriptor handling </td></tr>
85<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__logging.html" target="_self">Library logging facilities</a></td><td class="desc">Libevdev provides two methods of logging library-internal messages </td></tr>
86<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__bits.html" target="_self">Querying device capabilities</a></td><td class="desc">Abstraction functions to handle device capabilities, specifically device properties such as the name of the device and the bits representing the events supported by this device </td></tr>
87<tr id="row_3_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__mt.html" target="_self">Multi-touch related functions</a></td><td class="desc">Functions for querying multi-touch-related capabilities </td></tr>
88<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__kernel.html" target="_self">Modifying the appearance or capabilities of the device</a></td><td class="desc">Modifying the set of events reported by this device </td></tr>
89<tr id="row_5_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__misc.html" target="_self">Miscellaneous helper functions</a></td><td class="desc">Functions for printing or querying event ranges </td></tr>
90<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__events.html" target="_self">Event handling</a></td><td class="desc">Functions to handle events and fetch the current state of the event </td></tr>
91<tr id="row_7_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__uinput.html" target="_self">uinput device creation</a></td><td class="desc">Creation of uinput devices based on existing libevdev devices </td></tr>
92</table>
93</div><!-- directory -->
94</div><!-- contents -->
95<!-- HTML footer for doxygen 1.8.8-->
96<!-- start footer part -->
97</div>
98</div>
99</div>
100</div>
101</div>
102<hr class="footer"/><address class="footer"><small>
103Generated by &#160;<a href="http://www.doxygen.org/index.html">
104<img class="footer" src="doxygen.png" alt="doxygen"/>
105</a> 1.9.6
106</small></address>
107</body>
108</html>
109