File tree Expand file tree Collapse file tree 6 files changed +12
-3
lines changed
Expand file tree Collapse file tree 6 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1- Daniel K. O.
1+ Daniel K. O. <dkosmari>
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ libevdevxxdir = $(includedir)/libevdevxx
2121
2222libevdevxx_HEADERS = \
2323 include/libevdevxx/AbsInfo.hpp \
24+ include/libevdevxx/basic_wrapper.hpp \
2425 include/libevdevxx/Code.hpp \
2526 include/libevdevxx/Device.hpp \
2627 include/libevdevxx/evdevxx.hpp \
Original file line number Diff line number Diff line change 22
33![ build status] ( https://github.com/dkosmari/libevdevxx/actions/workflows/build.yml/badge.svg )
44
5-
65` libevdevxx ` is a C++20 wrapper for the C library ` libevdev ` , which is a high-level C
76library for the ` evdev ` Linux driver. This library exposes all of ` libevdev ` as C++ classes
87and methods, with RAII and type safety.
98
109
10+ ## Documentation
11+
12+ HTML documentation can be found here: https://dkosmari.github.io/libevdevxx/
13+
14+
1115## Example
1216
1317This example ([ examples/circle-mouse.cpp] ( examples/circle-mouse.cpp ) ) creates a virtual
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.70] )
5- AC_INIT ( [ libevdevxx] , [ 0.4.0+] , [ ] )
5+ AC_INIT ( [ libevdevxx] ,
6+ [ 0.4.0+] ,
7+ [ https://github.com/dkosmari/libevdevxx/issues] ,
8+ [ ] ,
9+ [ https://github.com/dkosmari/libevdevxx] )
610AC_CONFIG_SRCDIR ( [ src/AbsInfo.cpp] )
711AC_CONFIG_HEADERS ( [ config.h] )
812AC_CONFIG_AUX_DIR ( [ build-aux] )
You can’t perform that action at this time.
0 commit comments