summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/src/hidapi/doxygen/main_page.md
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
committer3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
commit30f41c02aec763d32e62351452da9ef582bc3472 (patch)
tree6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/src/hidapi/doxygen/main_page.md
parent452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff)
Move contrib libraries to contrib repo
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, 0 insertions, 13 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
deleted file mode 100644
index ff11e9a..0000000
--- a/contrib/SDL-3.2.8/src/hidapi/doxygen/main_page.md
+++ /dev/null
@@ -1,13 +0,0 @@
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.