summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/src/hidapi/doxygen/main_page.md
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-12-27 12:03:39 -0800
committer3gg <3gg@shellblade.net>2025-12-27 12:03:39 -0800
commit5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch)
tree8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/src/hidapi/doxygen/main_page.md
Initial commit
Diffstat (limited to 'contrib/SDL-3.2.8/src/hidapi/doxygen/main_page.md')
-rw-r--r--contrib/SDL-3.2.8/src/hidapi/doxygen/main_page.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/src/hidapi/doxygen/main_page.md b/contrib/SDL-3.2.8/src/hidapi/doxygen/main_page.md
new file mode 100644
index 0000000..ff11e9a
--- /dev/null
+++ b/contrib/SDL-3.2.8/src/hidapi/doxygen/main_page.md
@@ -0,0 +1,13 @@
1# HIDAPI Doxygen output
2
3This site is dedicated to hosting an [API reference for the HIDAPI library](#API).
4
5For general information, see the [source repository](https://github.com/libusb/hidapi#readme).
6
7There are also build instructions hosted on github:
8
9- [Building from source](https://github.com/libusb/hidapi/blob/master/BUILD.md)
10- [Using CMake](https://github.com/libusb/hidapi/blob/master/BUILD.cmake.md)
11- [Using Autotools (deprecated)](https://github.com/libusb/hidapi/blob/master/BUILD.autotools.md)
12
13\example test.c contains a basic example usage of the HIDAPI library.