├── CMakeLists.txt ├── CMakeModules └── FindHIDAPI.cmake ├── LICENSE ├── README.md └── main.c /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeMaster0099/project/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CMakeModules/FindHIDAPI.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeMaster0099/project/HEAD/CMakeModules/FindHIDAPI.cmake -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeMaster0099/project/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeMaster0099/project/HEAD/README.md -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeMaster0099/project/HEAD/main.c --------------------------------------------------------------------------------