alphatau 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1362) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +11 -0
  3. data/bin/console +14 -0
  4. data/bin/setup +8 -0
  5. data/ext/alphatau/native/alphatau_native.cpp +141 -0
  6. data/ext/alphatau/native/extconf.rb +18 -0
  7. data/ext/alphatau/native/sdl/Android.mk +110 -0
  8. data/ext/alphatau/native/sdl/BUGS.txt +16 -0
  9. data/ext/alphatau/native/sdl/CMakeLists.txt +1877 -0
  10. data/ext/alphatau/native/sdl/COPYING.txt +20 -0
  11. data/ext/alphatau/native/sdl/CREDITS.txt +53 -0
  12. data/ext/alphatau/native/sdl/INSTALL.txt +40 -0
  13. data/ext/alphatau/native/sdl/Makefile.in +240 -0
  14. data/ext/alphatau/native/sdl/Makefile.minimal +44 -0
  15. data/ext/alphatau/native/sdl/Makefile.pandora +60 -0
  16. data/ext/alphatau/native/sdl/Makefile.psp +95 -0
  17. data/ext/alphatau/native/sdl/Makefile.wiz +80 -0
  18. data/ext/alphatau/native/sdl/README-SDL.txt +13 -0
  19. data/ext/alphatau/native/sdl/README.txt +21 -0
  20. data/ext/alphatau/native/sdl/SDL2.spec.in +118 -0
  21. data/ext/alphatau/native/sdl/SDL2Config.cmake +1 -0
  22. data/ext/alphatau/native/sdl/TODO.txt +10 -0
  23. data/ext/alphatau/native/sdl/VisualC-WinRT/SDL2-WinRT.nuspec +23 -0
  24. data/ext/alphatau/native/sdl/VisualC-WinRT/SDL2-WinRT.targets +38 -0
  25. data/ext/alphatau/native/sdl/VisualC-WinRT/SDL2main-WinRT-NonXAML.nuspec +22 -0
  26. data/ext/alphatau/native/sdl/VisualC-WinRT/SDL2main-WinRT-NonXAML.targets +10 -0
  27. data/ext/alphatau/native/sdl/VisualC-WinRT/UWP_VS2015/SDL-UWP.sln +34 -0
  28. data/ext/alphatau/native/sdl/VisualC-WinRT/UWP_VS2015/SDL-UWP.vcxproj +575 -0
  29. data/ext/alphatau/native/sdl/VisualC-WinRT/UWP_VS2015/SDL-UWP.vcxproj.filters +774 -0
  30. data/ext/alphatau/native/sdl/VisualC-WinRT/WinPhone81_VS2013/SDL-WinPhone81.sln +28 -0
  31. data/ext/alphatau/native/sdl/VisualC-WinRT/WinPhone81_VS2013/SDL-WinPhone81.vcxproj +466 -0
  32. data/ext/alphatau/native/sdl/VisualC-WinRT/WinPhone81_VS2013/SDL-WinPhone81.vcxproj.filters +735 -0
  33. data/ext/alphatau/native/sdl/VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.sln +34 -0
  34. data/ext/alphatau/native/sdl/VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.vcxproj +571 -0
  35. data/ext/alphatau/native/sdl/VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.vcxproj.filters +771 -0
  36. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/loopwave/Assets/Logo.png +0 -0
  37. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/loopwave/Assets/SmallLogo.png +0 -0
  38. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/loopwave/Assets/SplashScreen.png +0 -0
  39. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/loopwave/Assets/StoreLogo.png +0 -0
  40. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/loopwave/Package.appxmanifest +42 -0
  41. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/loopwave/loopwave_VS2012.vcxproj +170 -0
  42. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/loopwave/loopwave_VS2012_TemporaryKey.pfx +0 -0
  43. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/testthread/Assets/Logo.png +0 -0
  44. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/testthread/Assets/SmallLogo.png +0 -0
  45. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/testthread/Assets/SplashScreen.png +0 -0
  46. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/testthread/Assets/StoreLogo.png +0 -0
  47. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/testthread/Package.appxmanifest +42 -0
  48. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/testthread/testthread_VS2012.vcxproj +160 -0
  49. data/ext/alphatau/native/sdl/VisualC-WinRT/tests/testthread/testthread_VS2012_TemporaryKey.pfx +0 -0
  50. data/ext/alphatau/native/sdl/VisualC.html +146 -0
  51. data/ext/alphatau/native/sdl/VisualC/SDL.sln +291 -0
  52. data/ext/alphatau/native/sdl/VisualC/SDL/SDL.vcxproj +559 -0
  53. data/ext/alphatau/native/sdl/VisualC/SDL/SDL.vcxproj.filters +479 -0
  54. data/ext/alphatau/native/sdl/VisualC/SDLmain/SDLmain.vcxproj +162 -0
  55. data/ext/alphatau/native/sdl/VisualC/SDLtest/SDLtest.vcxproj +177 -0
  56. data/ext/alphatau/native/sdl/VisualC/clean.sh +4 -0
  57. data/ext/alphatau/native/sdl/VisualC/tests/checkkeys/checkkeys.vcxproj +218 -0
  58. data/ext/alphatau/native/sdl/VisualC/tests/controllermap/controllermap.vcxproj +259 -0
  59. data/ext/alphatau/native/sdl/VisualC/tests/loopwave/loopwave.vcxproj +229 -0
  60. data/ext/alphatau/native/sdl/VisualC/tests/testatomic/testatomic.vcxproj +203 -0
  61. data/ext/alphatau/native/sdl/VisualC/tests/testautomation/testautomation.vcxproj +230 -0
  62. data/ext/alphatau/native/sdl/VisualC/tests/testdraw2/testdraw2.vcxproj +209 -0
  63. data/ext/alphatau/native/sdl/VisualC/tests/testfile/testfile.vcxproj +203 -0
  64. data/ext/alphatau/native/sdl/VisualC/tests/testgamecontroller/testgamecontroller.vcxproj +259 -0
  65. data/ext/alphatau/native/sdl/VisualC/tests/testgesture/testgesture.vcxproj +203 -0
  66. data/ext/alphatau/native/sdl/VisualC/tests/testgl2/testgl2.vcxproj +213 -0
  67. data/ext/alphatau/native/sdl/VisualC/tests/testgles2/testgles2.vcxproj +209 -0
  68. data/ext/alphatau/native/sdl/VisualC/tests/testjoystick/testjoystick.vcxproj +203 -0
  69. data/ext/alphatau/native/sdl/VisualC/tests/testoverlay2/testoverlay2.vcxproj +224 -0
  70. data/ext/alphatau/native/sdl/VisualC/tests/testplatform/testplatform.vcxproj +231 -0
  71. data/ext/alphatau/native/sdl/VisualC/tests/testpower/testpower.vcxproj +203 -0
  72. data/ext/alphatau/native/sdl/VisualC/tests/testrendertarget/testrendertarget.vcxproj +247 -0
  73. data/ext/alphatau/native/sdl/VisualC/tests/testrumble/testrumble.vcxproj +203 -0
  74. data/ext/alphatau/native/sdl/VisualC/tests/testscale/testscale.vcxproj +247 -0
  75. data/ext/alphatau/native/sdl/VisualC/tests/testshape/testshape.vcxproj +203 -0
  76. data/ext/alphatau/native/sdl/VisualC/tests/testsprite2/testsprite2.vcxproj +229 -0
  77. data/ext/alphatau/native/sdl/VisualC/tests/testvulkan/testvulkan.vcxproj +203 -0
  78. data/ext/alphatau/native/sdl/VisualC/tests/testyuv/testyuv.vcxproj +233 -0
  79. data/ext/alphatau/native/sdl/VisualC/visualtest/unittest/testquit/testquit_VS2012.vcxproj +216 -0
  80. data/ext/alphatau/native/sdl/VisualC/visualtest/visualtest_VS2012.vcxproj +304 -0
  81. data/ext/alphatau/native/sdl/WhatsNew.txt +401 -0
  82. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/Default.png +0 -0
  83. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/Demos.xcodeproj/project.pbxproj +1299 -0
  84. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/Icon.png +0 -0
  85. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/Info.plist +32 -0
  86. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/README +43 -0
  87. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/data/bitmapfont/kromasky_16x16.bmp +0 -0
  88. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/data/bitmapfont/license.txt +258 -0
  89. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/data/drums/ds_brush_snare.wav +0 -0
  90. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/data/drums/ds_china.wav +0 -0
  91. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/data/drums/ds_kick_big_amb.wav +0 -0
  92. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/data/drums/ds_loose_skin_mute.wav +0 -0
  93. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/data/icon.bmp +0 -0
  94. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/data/ship.bmp +0 -0
  95. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/data/space.bmp +0 -0
  96. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/data/stroke.bmp +0 -0
  97. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/iOS Launch Screen.storyboard +40 -0
  98. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/src/accelerometer.c +226 -0
  99. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/src/common.c +56 -0
  100. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/src/common.h +10 -0
  101. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/src/fireworks.c +474 -0
  102. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/src/happy.c +180 -0
  103. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/src/keyboard.c +301 -0
  104. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/src/mixer.c +344 -0
  105. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/src/rectangles.c +92 -0
  106. data/ext/alphatau/native/sdl/Xcode-iOS/Demos/src/touch.c +129 -0
  107. data/ext/alphatau/native/sdl/Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj +2047 -0
  108. data/ext/alphatau/native/sdl/Xcode-iOS/SDLtest/SDL2test.xcodeproj/project.pbxproj +422 -0
  109. data/ext/alphatau/native/sdl/Xcode-iOS/Template/SDL iOS Application/Default-568h@2x.png +0 -0
  110. data/ext/alphatau/native/sdl/Xcode-iOS/Template/SDL iOS Application/Default.png +0 -0
  111. data/ext/alphatau/native/sdl/Xcode-iOS/Template/SDL iOS Application/Icon.png +0 -0
  112. data/ext/alphatau/native/sdl/Xcode-iOS/Template/SDL iOS Application/Info.plist +28 -0
  113. data/ext/alphatau/native/sdl/Xcode-iOS/Template/SDL iOS Application/___PROJECTNAME___.xcodeproj/TemplateIcon.icns +0 -0
  114. data/ext/alphatau/native/sdl/Xcode-iOS/Template/SDL iOS Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist +10 -0
  115. data/ext/alphatau/native/sdl/Xcode-iOS/Template/SDL iOS Application/___PROJECTNAME___.xcodeproj/project.pbxproj +308 -0
  116. data/ext/alphatau/native/sdl/Xcode-iOS/Template/SDL iOS Application/___PROJECTNAME___.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  117. data/ext/alphatau/native/sdl/Xcode-iOS/Template/SDL iOS Application/main.c +100 -0
  118. data/ext/alphatau/native/sdl/Xcode-iOS/Test/Info.plist +26 -0
  119. data/ext/alphatau/native/sdl/Xcode-iOS/Test/README +11 -0
  120. data/ext/alphatau/native/sdl/Xcode-iOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj +3095 -0
  121. data/ext/alphatau/native/sdl/Xcode/SDL/Info-Framework.plist +28 -0
  122. data/ext/alphatau/native/sdl/Xcode/SDL/SDL.xcodeproj/project.pbxproj +3384 -0
  123. data/ext/alphatau/native/sdl/Xcode/SDL/pkg-support/SDL.info +15 -0
  124. data/ext/alphatau/native/sdl/Xcode/SDL/pkg-support/resources/License.txt +19 -0
  125. data/ext/alphatau/native/sdl/Xcode/SDL/pkg-support/resources/ReadMe.txt +32 -0
  126. data/ext/alphatau/native/sdl/Xcode/SDL/pkg-support/resources/SDL_DS_Store +0 -0
  127. data/ext/alphatau/native/sdl/Xcode/SDL/pkg-support/sdl_logo.pdf +0 -0
  128. data/ext/alphatau/native/sdl/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj +4995 -0
  129. data/ext/alphatau/native/sdl/Xcode/SDLTest/TestDropFile-Info.plist +35 -0
  130. data/ext/alphatau/native/sdl/Xcode/XcodeDocSet/Doxyfile +1558 -0
  131. data/ext/alphatau/native/sdl/acinclude/ac_check_define.m4 +14 -0
  132. data/ext/alphatau/native/sdl/acinclude/alsa.m4 +145 -0
  133. data/ext/alphatau/native/sdl/acinclude/ax_check_compiler_flags.m4 +76 -0
  134. data/ext/alphatau/native/sdl/acinclude/ax_gcc_archflag.m4 +215 -0
  135. data/ext/alphatau/native/sdl/acinclude/ax_gcc_x86_cpuid.m4.htm +79 -0
  136. data/ext/alphatau/native/sdl/acinclude/esd.m4 +168 -0
  137. data/ext/alphatau/native/sdl/acinclude/libtool.m4 +7998 -0
  138. data/ext/alphatau/native/sdl/acinclude/ltoptions.m4 +384 -0
  139. data/ext/alphatau/native/sdl/acinclude/ltsugar.m4 +123 -0
  140. data/ext/alphatau/native/sdl/acinclude/ltversion.m4 +23 -0
  141. data/ext/alphatau/native/sdl/acinclude/lt~obsolete.m4 +98 -0
  142. data/ext/alphatau/native/sdl/android-project-ant/AndroidManifest.xml +1 -0
  143. data/ext/alphatau/native/sdl/android-project-ant/ant.properties +17 -0
  144. data/ext/alphatau/native/sdl/android-project-ant/build.properties +17 -0
  145. data/ext/alphatau/native/sdl/android-project-ant/build.xml +93 -0
  146. data/ext/alphatau/native/sdl/android-project-ant/default.properties +11 -0
  147. data/ext/alphatau/native/sdl/android-project-ant/jni/Android.mk +1 -0
  148. data/ext/alphatau/native/sdl/android-project-ant/jni/Application.mk +10 -0
  149. data/ext/alphatau/native/sdl/android-project-ant/jni/src/Android.mk +18 -0
  150. data/ext/alphatau/native/sdl/android-project-ant/jni/src/Android_static.mk +12 -0
  151. data/ext/alphatau/native/sdl/android-project-ant/proguard-project.txt +20 -0
  152. data/ext/alphatau/native/sdl/android-project-ant/project.properties +14 -0
  153. data/ext/alphatau/native/sdl/android-project-ant/res/drawable-hdpi/ic_launcher.png +0 -0
  154. data/ext/alphatau/native/sdl/android-project-ant/res/drawable-mdpi/ic_launcher.png +0 -0
  155. data/ext/alphatau/native/sdl/android-project-ant/res/drawable-xhdpi/ic_launcher.png +0 -0
  156. data/ext/alphatau/native/sdl/android-project-ant/res/drawable-xxhdpi/ic_launcher.png +0 -0
  157. data/ext/alphatau/native/sdl/android-project-ant/res/layout/main.xml +13 -0
  158. data/ext/alphatau/native/sdl/android-project-ant/res/values/strings.xml +4 -0
  159. data/ext/alphatau/native/sdl/android-project-ant/src +1 -0
  160. data/ext/alphatau/native/sdl/android-project/app/build.gradle +69 -0
  161. data/ext/alphatau/native/sdl/android-project/app/jni/Android.mk +1 -0
  162. data/ext/alphatau/native/sdl/android-project/app/jni/Application.mk +9 -0
  163. data/ext/alphatau/native/sdl/android-project/app/jni/src/Android.mk +18 -0
  164. data/ext/alphatau/native/sdl/android-project/app/proguard-rules.pro +17 -0
  165. data/ext/alphatau/native/sdl/android-project/app/src/main/AndroidManifest.xml +77 -0
  166. data/ext/alphatau/native/sdl/android-project/app/src/main/java/org/libsdl/app/HIDDevice.java +19 -0
  167. data/ext/alphatau/native/sdl/android-project/app/src/main/java/org/libsdl/app/HIDDeviceBLESteamController.java +640 -0
  168. data/ext/alphatau/native/sdl/android-project/app/src/main/java/org/libsdl/app/HIDDeviceManager.java +624 -0
  169. data/ext/alphatau/native/sdl/android-project/app/src/main/java/org/libsdl/app/HIDDeviceUSB.java +298 -0
  170. data/ext/alphatau/native/sdl/android-project/app/src/main/java/org/libsdl/app/SDL.java +37 -0
  171. data/ext/alphatau/native/sdl/android-project/app/src/main/java/org/libsdl/app/SDLActivity.java +2103 -0
  172. data/ext/alphatau/native/sdl/android-project/app/src/main/java/org/libsdl/app/SDLAudioManager.java +178 -0
  173. data/ext/alphatau/native/sdl/android-project/app/src/main/java/org/libsdl/app/SDLControllerManager.java +812 -0
  174. data/ext/alphatau/native/sdl/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  175. data/ext/alphatau/native/sdl/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  176. data/ext/alphatau/native/sdl/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  177. data/ext/alphatau/native/sdl/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  178. data/ext/alphatau/native/sdl/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  179. data/ext/alphatau/native/sdl/android-project/app/src/main/res/values/colors.xml +6 -0
  180. data/ext/alphatau/native/sdl/android-project/app/src/main/res/values/strings.xml +3 -0
  181. data/ext/alphatau/native/sdl/android-project/app/src/main/res/values/styles.xml +8 -0
  182. data/ext/alphatau/native/sdl/android-project/build.gradle +23 -0
  183. data/ext/alphatau/native/sdl/android-project/gradle.properties +17 -0
  184. data/ext/alphatau/native/sdl/android-project/gradle/wrapper/gradle-wrapper.jar +0 -0
  185. data/ext/alphatau/native/sdl/android-project/gradle/wrapper/gradle-wrapper.properties +6 -0
  186. data/ext/alphatau/native/sdl/android-project/gradlew +160 -0
  187. data/ext/alphatau/native/sdl/android-project/gradlew.bat +90 -0
  188. data/ext/alphatau/native/sdl/android-project/settings.gradle +1 -0
  189. data/ext/alphatau/native/sdl/autogen.sh +23 -0
  190. data/ext/alphatau/native/sdl/build-scripts/androidbuild.sh +100 -0
  191. data/ext/alphatau/native/sdl/build-scripts/androidbuildlibs.sh +74 -0
  192. data/ext/alphatau/native/sdl/build-scripts/checker-buildbot.sh +103 -0
  193. data/ext/alphatau/native/sdl/build-scripts/config.guess +1476 -0
  194. data/ext/alphatau/native/sdl/build-scripts/config.sub +1868 -0
  195. data/ext/alphatau/native/sdl/build-scripts/config.sub.patch +72 -0
  196. data/ext/alphatau/native/sdl/build-scripts/emscripten-buildbot.sh +77 -0
  197. data/ext/alphatau/native/sdl/build-scripts/g++-fat.sh +101 -0
  198. data/ext/alphatau/native/sdl/build-scripts/gcc-fat.sh +102 -0
  199. data/ext/alphatau/native/sdl/build-scripts/install-sh +323 -0
  200. data/ext/alphatau/native/sdl/build-scripts/iosbuild.sh +188 -0
  201. data/ext/alphatau/native/sdl/build-scripts/ltmain.sh +9658 -0
  202. data/ext/alphatau/native/sdl/build-scripts/mkinstalldirs +99 -0
  203. data/ext/alphatau/native/sdl/build-scripts/nacl-buildbot.sh +61 -0
  204. data/ext/alphatau/native/sdl/build-scripts/naclbuild.sh +105 -0
  205. data/ext/alphatau/native/sdl/build-scripts/raspberrypi-buildbot.sh +60 -0
  206. data/ext/alphatau/native/sdl/build-scripts/showrev.sh +5 -0
  207. data/ext/alphatau/native/sdl/build-scripts/strip_fPIC.sh +21 -0
  208. data/ext/alphatau/native/sdl/build-scripts/update-copyright.sh +8 -0
  209. data/ext/alphatau/native/sdl/build-scripts/updaterev.sh +20 -0
  210. data/ext/alphatau/native/sdl/build-scripts/windows-buildbot-zipper.bat +40 -0
  211. data/ext/alphatau/native/sdl/build-scripts/winrtbuild.bat +8 -0
  212. data/ext/alphatau/native/sdl/build-scripts/winrtbuild.ps1 +302 -0
  213. data/ext/alphatau/native/sdl/cmake/macros.cmake +73 -0
  214. data/ext/alphatau/native/sdl/cmake/sdlchecks.cmake +1184 -0
  215. data/ext/alphatau/native/sdl/cmake_uninstall.cmake.in +18 -0
  216. data/ext/alphatau/native/sdl/configure +27540 -0
  217. data/ext/alphatau/native/sdl/configure.in +4236 -0
  218. data/ext/alphatau/native/sdl/debian/changelog +114 -0
  219. data/ext/alphatau/native/sdl/debian/compat +1 -0
  220. data/ext/alphatau/native/sdl/debian/control +76 -0
  221. data/ext/alphatau/native/sdl/debian/copyright +351 -0
  222. data/ext/alphatau/native/sdl/debian/docs +4 -0
  223. data/ext/alphatau/native/sdl/debian/libsdl2-dev.install +8 -0
  224. data/ext/alphatau/native/sdl/debian/libsdl2-dev.manpages +1 -0
  225. data/ext/alphatau/native/sdl/debian/libsdl2.install +1 -0
  226. data/ext/alphatau/native/sdl/debian/rules +41 -0
  227. data/ext/alphatau/native/sdl/debian/sdl2-config.1 +86 -0
  228. data/ext/alphatau/native/sdl/debian/source/format +1 -0
  229. data/ext/alphatau/native/sdl/debian/watch +2 -0
  230. data/ext/alphatau/native/sdl/docs/README-android.md +432 -0
  231. data/ext/alphatau/native/sdl/docs/README-cmake.md +32 -0
  232. data/ext/alphatau/native/sdl/docs/README-directfb.md +107 -0
  233. data/ext/alphatau/native/sdl/docs/README-dynapi.md +130 -0
  234. data/ext/alphatau/native/sdl/docs/README-emscripten.md +35 -0
  235. data/ext/alphatau/native/sdl/docs/README-gesture.md +71 -0
  236. data/ext/alphatau/native/sdl/docs/README-hg.md +22 -0
  237. data/ext/alphatau/native/sdl/docs/README-ios.md +284 -0
  238. data/ext/alphatau/native/sdl/docs/README-linux.md +90 -0
  239. data/ext/alphatau/native/sdl/docs/README-macosx.md +240 -0
  240. data/ext/alphatau/native/sdl/docs/README-nacl.md +103 -0
  241. data/ext/alphatau/native/sdl/docs/README-pandora.md +17 -0
  242. data/ext/alphatau/native/sdl/docs/README-platforms.md +8 -0
  243. data/ext/alphatau/native/sdl/docs/README-porting.md +68 -0
  244. data/ext/alphatau/native/sdl/docs/README-psp.md +19 -0
  245. data/ext/alphatau/native/sdl/docs/README-raspberrypi.md +188 -0
  246. data/ext/alphatau/native/sdl/docs/README-touch.md +86 -0
  247. data/ext/alphatau/native/sdl/docs/README-wince.md +10 -0
  248. data/ext/alphatau/native/sdl/docs/README-windows.md +45 -0
  249. data/ext/alphatau/native/sdl/docs/README-winrt.md +544 -0
  250. data/ext/alphatau/native/sdl/docs/README.md +63 -0
  251. data/ext/alphatau/native/sdl/docs/doxyfile +1560 -0
  252. data/ext/alphatau/native/sdl/include/SDL.h +135 -0
  253. data/ext/alphatau/native/sdl/include/SDL_assert.h +291 -0
  254. data/ext/alphatau/native/sdl/include/SDL_atomic.h +277 -0
  255. data/ext/alphatau/native/sdl/include/SDL_audio.h +825 -0
  256. data/ext/alphatau/native/sdl/include/SDL_bits.h +112 -0
  257. data/ext/alphatau/native/sdl/include/SDL_blendmode.h +120 -0
  258. data/ext/alphatau/native/sdl/include/SDL_clipboard.h +71 -0
  259. data/ext/alphatau/native/sdl/include/SDL_config.h +53 -0
  260. data/ext/alphatau/native/sdl/include/SDL_config.h.cmake +471 -0
  261. data/ext/alphatau/native/sdl/include/SDL_config.h.in +417 -0
  262. data/ext/alphatau/native/sdl/include/SDL_config_android.h +177 -0
  263. data/ext/alphatau/native/sdl/include/SDL_config_iphoneos.h +201 -0
  264. data/ext/alphatau/native/sdl/include/SDL_config_macosx.h +240 -0
  265. data/ext/alphatau/native/sdl/include/SDL_config_minimal.h +85 -0
  266. data/ext/alphatau/native/sdl/include/SDL_config_pandora.h +133 -0
  267. data/ext/alphatau/native/sdl/include/SDL_config_psp.h +164 -0
  268. data/ext/alphatau/native/sdl/include/SDL_config_windows.h +254 -0
  269. data/ext/alphatau/native/sdl/include/SDL_config_winrt.h +235 -0
  270. data/ext/alphatau/native/sdl/include/SDL_config_wiz.h +146 -0
  271. data/ext/alphatau/native/sdl/include/SDL_copying.h +20 -0
  272. data/ext/alphatau/native/sdl/include/SDL_cpuinfo.h +188 -0
  273. data/ext/alphatau/native/sdl/include/SDL_egl.h +1673 -0
  274. data/ext/alphatau/native/sdl/include/SDL_endian.h +260 -0
  275. data/ext/alphatau/native/sdl/include/SDL_error.h +76 -0
  276. data/ext/alphatau/native/sdl/include/SDL_events.h +788 -0
  277. data/ext/alphatau/native/sdl/include/SDL_filesystem.h +136 -0
  278. data/ext/alphatau/native/sdl/include/SDL_gamecontroller.h +383 -0
  279. data/ext/alphatau/native/sdl/include/SDL_gesture.h +87 -0
  280. data/ext/alphatau/native/sdl/include/SDL_haptic.h +1227 -0
  281. data/ext/alphatau/native/sdl/include/SDL_hints.h +1106 -0
  282. data/ext/alphatau/native/sdl/include/SDL_joystick.h +395 -0
  283. data/ext/alphatau/native/sdl/include/SDL_keyboard.h +217 -0
  284. data/ext/alphatau/native/sdl/include/SDL_keycode.h +349 -0
  285. data/ext/alphatau/native/sdl/include/SDL_loadso.h +81 -0
  286. data/ext/alphatau/native/sdl/include/SDL_log.h +211 -0
  287. data/ext/alphatau/native/sdl/include/SDL_main.h +168 -0
  288. data/ext/alphatau/native/sdl/include/SDL_messagebox.h +144 -0
  289. data/ext/alphatau/native/sdl/include/SDL_mouse.h +302 -0
  290. data/ext/alphatau/native/sdl/include/SDL_mutex.h +251 -0
  291. data/ext/alphatau/native/sdl/include/SDL_name.h +33 -0
  292. data/ext/alphatau/native/sdl/include/SDL_opengl.h +2183 -0
  293. data/ext/alphatau/native/sdl/include/SDL_opengl_glext.h +11177 -0
  294. data/ext/alphatau/native/sdl/include/SDL_opengles.h +39 -0
  295. data/ext/alphatau/native/sdl/include/SDL_opengles2.h +52 -0
  296. data/ext/alphatau/native/sdl/include/SDL_opengles2_gl2.h +621 -0
  297. data/ext/alphatau/native/sdl/include/SDL_opengles2_gl2ext.h +2050 -0
  298. data/ext/alphatau/native/sdl/include/SDL_opengles2_gl2platform.h +30 -0
  299. data/ext/alphatau/native/sdl/include/SDL_opengles2_khrplatform.h +282 -0
  300. data/ext/alphatau/native/sdl/include/SDL_pixels.h +470 -0
  301. data/ext/alphatau/native/sdl/include/SDL_platform.h +198 -0
  302. data/ext/alphatau/native/sdl/include/SDL_power.h +75 -0
  303. data/ext/alphatau/native/sdl/include/SDL_quit.h +58 -0
  304. data/ext/alphatau/native/sdl/include/SDL_rect.h +148 -0
  305. data/ext/alphatau/native/sdl/include/SDL_render.h +931 -0
  306. data/ext/alphatau/native/sdl/include/SDL_revision.h +2 -0
  307. data/ext/alphatau/native/sdl/include/SDL_rwops.h +254 -0
  308. data/ext/alphatau/native/sdl/include/SDL_scancode.h +413 -0
  309. data/ext/alphatau/native/sdl/include/SDL_sensor.h +251 -0
  310. data/ext/alphatau/native/sdl/include/SDL_shape.h +144 -0
  311. data/ext/alphatau/native/sdl/include/SDL_stdinc.h +607 -0
  312. data/ext/alphatau/native/sdl/include/SDL_surface.h +546 -0
  313. data/ext/alphatau/native/sdl/include/SDL_system.h +279 -0
  314. data/ext/alphatau/native/sdl/include/SDL_syswm.h +324 -0
  315. data/ext/alphatau/native/sdl/include/SDL_test.h +69 -0
  316. data/ext/alphatau/native/sdl/include/SDL_test_assert.h +105 -0
  317. data/ext/alphatau/native/sdl/include/SDL_test_common.h +188 -0
  318. data/ext/alphatau/native/sdl/include/SDL_test_compare.h +69 -0
  319. data/ext/alphatau/native/sdl/include/SDL_test_crc32.h +124 -0
  320. data/ext/alphatau/native/sdl/include/SDL_test_font.h +81 -0
  321. data/ext/alphatau/native/sdl/include/SDL_test_fuzzer.h +384 -0
  322. data/ext/alphatau/native/sdl/include/SDL_test_harness.h +134 -0
  323. data/ext/alphatau/native/sdl/include/SDL_test_images.h +78 -0
  324. data/ext/alphatau/native/sdl/include/SDL_test_log.h +67 -0
  325. data/ext/alphatau/native/sdl/include/SDL_test_md5.h +129 -0
  326. data/ext/alphatau/native/sdl/include/SDL_test_memory.h +63 -0
  327. data/ext/alphatau/native/sdl/include/SDL_test_random.h +115 -0
  328. data/ext/alphatau/native/sdl/include/SDL_thread.h +309 -0
  329. data/ext/alphatau/native/sdl/include/SDL_timer.h +115 -0
  330. data/ext/alphatau/native/sdl/include/SDL_touch.h +86 -0
  331. data/ext/alphatau/native/sdl/include/SDL_types.h +29 -0
  332. data/ext/alphatau/native/sdl/include/SDL_version.h +162 -0
  333. data/ext/alphatau/native/sdl/include/SDL_video.h +1276 -0
  334. data/ext/alphatau/native/sdl/include/SDL_vulkan.h +278 -0
  335. data/ext/alphatau/native/sdl/include/begin_code.h +167 -0
  336. data/ext/alphatau/native/sdl/include/close_code.h +37 -0
  337. data/ext/alphatau/native/sdl/sdl2-config.cmake.in +11 -0
  338. data/ext/alphatau/native/sdl/sdl2-config.in +60 -0
  339. data/ext/alphatau/native/sdl/sdl2.m4 +234 -0
  340. data/ext/alphatau/native/sdl/sdl2.pc.in +15 -0
  341. data/ext/alphatau/native/sdl/src/SDL.c +514 -0
  342. data/ext/alphatau/native/sdl/src/SDL_assert.c +451 -0
  343. data/ext/alphatau/native/sdl/src/SDL_assert_c.h +24 -0
  344. data/ext/alphatau/native/sdl/src/SDL_dataqueue.c +339 -0
  345. data/ext/alphatau/native/sdl/src/SDL_dataqueue.h +55 -0
  346. data/ext/alphatau/native/sdl/src/SDL_error.c +319 -0
  347. data/ext/alphatau/native/sdl/src/SDL_error_c.h +65 -0
  348. data/ext/alphatau/native/sdl/src/SDL_hints.c +236 -0
  349. data/ext/alphatau/native/sdl/src/SDL_internal.h +52 -0
  350. data/ext/alphatau/native/sdl/src/SDL_log.c +450 -0
  351. data/ext/alphatau/native/sdl/src/atomic/SDL_atomic.c +303 -0
  352. data/ext/alphatau/native/sdl/src/atomic/SDL_spinlock.c +176 -0
  353. data/ext/alphatau/native/sdl/src/audio/SDL_audio.c +1647 -0
  354. data/ext/alphatau/native/sdl/src/audio/SDL_audio_c.h +79 -0
  355. data/ext/alphatau/native/sdl/src/audio/SDL_audiocvt.c +1673 -0
  356. data/ext/alphatau/native/sdl/src/audio/SDL_audiodev.c +124 -0
  357. data/ext/alphatau/native/sdl/src/audio/SDL_audiodev_c.h +38 -0
  358. data/ext/alphatau/native/sdl/src/audio/SDL_audiotypecvt.c +1430 -0
  359. data/ext/alphatau/native/sdl/src/audio/SDL_mixer.c +369 -0
  360. data/ext/alphatau/native/sdl/src/audio/SDL_sysaudio.h +211 -0
  361. data/ext/alphatau/native/sdl/src/audio/SDL_wave.c +694 -0
  362. data/ext/alphatau/native/sdl/src/audio/SDL_wave.h +77 -0
  363. data/ext/alphatau/native/sdl/src/audio/alsa/SDL_alsa_audio.c +990 -0
  364. data/ext/alphatau/native/sdl/src/audio/alsa/SDL_alsa_audio.h +48 -0
  365. data/ext/alphatau/native/sdl/src/audio/android/SDL_androidaudio.c +226 -0
  366. data/ext/alphatau/native/sdl/src/audio/android/SDL_androidaudio.h +42 -0
  367. data/ext/alphatau/native/sdl/src/audio/arts/SDL_artsaudio.c +365 -0
  368. data/ext/alphatau/native/sdl/src/audio/arts/SDL_artsaudio.h +53 -0
  369. data/ext/alphatau/native/sdl/src/audio/coreaudio/SDL_coreaudio.h +66 -0
  370. data/ext/alphatau/native/sdl/src/audio/coreaudio/SDL_coreaudio.m +861 -0
  371. data/ext/alphatau/native/sdl/src/audio/directsound/SDL_directsound.c +604 -0
  372. data/ext/alphatau/native/sdl/src/audio/directsound/SDL_directsound.h +47 -0
  373. data/ext/alphatau/native/sdl/src/audio/disk/SDL_diskaudio.c +207 -0
  374. data/ext/alphatau/native/sdl/src/audio/disk/SDL_diskaudio.h +41 -0
  375. data/ext/alphatau/native/sdl/src/audio/dsp/SDL_dspaudio.c +320 -0
  376. data/ext/alphatau/native/sdl/src/audio/dsp/SDL_dspaudio.h +43 -0
  377. data/ext/alphatau/native/sdl/src/audio/dummy/SDL_dummyaudio.c +65 -0
  378. data/ext/alphatau/native/sdl/src/audio/dummy/SDL_dummyaudio.h +41 -0
  379. data/ext/alphatau/native/sdl/src/audio/emscripten/SDL_emscriptenaudio.c +379 -0
  380. data/ext/alphatau/native/sdl/src/audio/emscripten/SDL_emscriptenaudio.h +38 -0
  381. data/ext/alphatau/native/sdl/src/audio/esd/SDL_esdaudio.c +335 -0
  382. data/ext/alphatau/native/sdl/src/audio/esd/SDL_esdaudio.h +51 -0
  383. data/ext/alphatau/native/sdl/src/audio/fusionsound/SDL_fsaudio.c +328 -0
  384. data/ext/alphatau/native/sdl/src/audio/fusionsound/SDL_fsaudio.h +50 -0
  385. data/ext/alphatau/native/sdl/src/audio/haiku/SDL_haikuaudio.cc +248 -0
  386. data/ext/alphatau/native/sdl/src/audio/haiku/SDL_haikuaudio.h +38 -0
  387. data/ext/alphatau/native/sdl/src/audio/jack/SDL_jackaudio.c +446 -0
  388. data/ext/alphatau/native/sdl/src/audio/jack/SDL_jackaudio.h +41 -0
  389. data/ext/alphatau/native/sdl/src/audio/nacl/SDL_naclaudio.c +165 -0
  390. data/ext/alphatau/native/sdl/src/audio/nacl/SDL_naclaudio.h +43 -0
  391. data/ext/alphatau/native/sdl/src/audio/nas/SDL_nasaudio.c +463 -0
  392. data/ext/alphatau/native/sdl/src/audio/nas/SDL_nasaudio.h +56 -0
  393. data/ext/alphatau/native/sdl/src/audio/netbsd/SDL_netbsdaudio.c +412 -0
  394. data/ext/alphatau/native/sdl/src/audio/netbsd/SDL_netbsdaudio.h +48 -0
  395. data/ext/alphatau/native/sdl/src/audio/paudio/SDL_paudio.c +516 -0
  396. data/ext/alphatau/native/sdl/src/audio/paudio/SDL_paudio.h +48 -0
  397. data/ext/alphatau/native/sdl/src/audio/psp/SDL_pspaudio.c +181 -0
  398. data/ext/alphatau/native/sdl/src/audio/psp/SDL_pspaudio.h +45 -0
  399. data/ext/alphatau/native/sdl/src/audio/pulseaudio/SDL_pulseaudio.c +782 -0
  400. data/ext/alphatau/native/sdl/src/audio/pulseaudio/SDL_pulseaudio.h +52 -0
  401. data/ext/alphatau/native/sdl/src/audio/qsa/SDL_qsa_audio.c +666 -0
  402. data/ext/alphatau/native/sdl/src/audio/qsa/SDL_qsa_audio.h +57 -0
  403. data/ext/alphatau/native/sdl/src/audio/sndio/SDL_sndioaudio.c +382 -0
  404. data/ext/alphatau/native/sdl/src/audio/sndio/SDL_sndioaudio.h +49 -0
  405. data/ext/alphatau/native/sdl/src/audio/sun/SDL_sunaudio.c +419 -0
  406. data/ext/alphatau/native/sdl/src/audio/sun/SDL_sunaudio.h +47 -0
  407. data/ext/alphatau/native/sdl/src/audio/wasapi/SDL_wasapi.c +779 -0
  408. data/ext/alphatau/native/sdl/src/audio/wasapi/SDL_wasapi.h +85 -0
  409. data/ext/alphatau/native/sdl/src/audio/wasapi/SDL_wasapi_win32.c +417 -0
  410. data/ext/alphatau/native/sdl/src/audio/wasapi/SDL_wasapi_winrt.cpp +276 -0
  411. data/ext/alphatau/native/sdl/src/audio/winmm/SDL_winmm.c +457 -0
  412. data/ext/alphatau/native/sdl/src/audio/winmm/SDL_winmm.h +45 -0
  413. data/ext/alphatau/native/sdl/src/core/android/SDL_android.c +2285 -0
  414. data/ext/alphatau/native/sdl/src/core/android/SDL_android.h +122 -0
  415. data/ext/alphatau/native/sdl/src/core/android/keyinfotable.h +175 -0
  416. data/ext/alphatau/native/sdl/src/core/linux/SDL_dbus.c +347 -0
  417. data/ext/alphatau/native/sdl/src/core/linux/SDL_dbus.h +97 -0
  418. data/ext/alphatau/native/sdl/src/core/linux/SDL_evdev.c +698 -0
  419. data/ext/alphatau/native/sdl/src/core/linux/SDL_evdev.h +39 -0
  420. data/ext/alphatau/native/sdl/src/core/linux/SDL_evdev_kbd.c +840 -0
  421. data/ext/alphatau/native/sdl/src/core/linux/SDL_evdev_kbd.h +29 -0
  422. data/ext/alphatau/native/sdl/src/core/linux/SDL_evdev_kbd_default_accents.h +284 -0
  423. data/ext/alphatau/native/sdl/src/core/linux/SDL_evdev_kbd_default_keymap.h +4763 -0
  424. data/ext/alphatau/native/sdl/src/core/linux/SDL_fcitx.c +373 -0
  425. data/ext/alphatau/native/sdl/src/core/linux/SDL_fcitx.h +40 -0
  426. data/ext/alphatau/native/sdl/src/core/linux/SDL_ibus.c +584 -0
  427. data/ext/alphatau/native/sdl/src/core/linux/SDL_ibus.h +58 -0
  428. data/ext/alphatau/native/sdl/src/core/linux/SDL_ime.c +152 -0
  429. data/ext/alphatau/native/sdl/src/core/linux/SDL_ime.h +40 -0
  430. data/ext/alphatau/native/sdl/src/core/linux/SDL_udev.c +553 -0
  431. data/ext/alphatau/native/sdl/src/core/linux/SDL_udev.h +121 -0
  432. data/ext/alphatau/native/sdl/src/core/unix/SDL_poll.c +87 -0
  433. data/ext/alphatau/native/sdl/src/core/unix/SDL_poll.h +34 -0
  434. data/ext/alphatau/native/sdl/src/core/windows/SDL_directx.h +111 -0
  435. data/ext/alphatau/native/sdl/src/core/windows/SDL_windows.c +233 -0
  436. data/ext/alphatau/native/sdl/src/core/windows/SDL_windows.h +75 -0
  437. data/ext/alphatau/native/sdl/src/core/windows/SDL_xinput.c +139 -0
  438. data/ext/alphatau/native/sdl/src/core/windows/SDL_xinput.h +177 -0
  439. data/ext/alphatau/native/sdl/src/core/winrt/SDL_winrtapp_common.cpp +66 -0
  440. data/ext/alphatau/native/sdl/src/core/winrt/SDL_winrtapp_common.h +31 -0
  441. data/ext/alphatau/native/sdl/src/core/winrt/SDL_winrtapp_direct3d.cpp +855 -0
  442. data/ext/alphatau/native/sdl/src/core/winrt/SDL_winrtapp_direct3d.h +92 -0
  443. data/ext/alphatau/native/sdl/src/core/winrt/SDL_winrtapp_xaml.cpp +160 -0
  444. data/ext/alphatau/native/sdl/src/core/winrt/SDL_winrtapp_xaml.h +33 -0
  445. data/ext/alphatau/native/sdl/src/cpuinfo/SDL_cpuinfo.c +855 -0
  446. data/ext/alphatau/native/sdl/src/cpuinfo/SDL_simd.h +88 -0
  447. data/ext/alphatau/native/sdl/src/dynapi/SDL_dynapi.c +331 -0
  448. data/ext/alphatau/native/sdl/src/dynapi/SDL_dynapi.h +67 -0
  449. data/ext/alphatau/native/sdl/src/dynapi/SDL_dynapi_overrides.h +698 -0
  450. data/ext/alphatau/native/sdl/src/dynapi/SDL_dynapi_procs.h +740 -0
  451. data/ext/alphatau/native/sdl/src/dynapi/gendynapi.pl +141 -0
  452. data/ext/alphatau/native/sdl/src/events/SDL_clipboardevents.c +46 -0
  453. data/ext/alphatau/native/sdl/src/events/SDL_clipboardevents_c.h +30 -0
  454. data/ext/alphatau/native/sdl/src/events/SDL_displayevents.c +60 -0
  455. data/ext/alphatau/native/sdl/src/events/SDL_displayevents_c.h +30 -0
  456. data/ext/alphatau/native/sdl/src/events/SDL_dropevents.c +98 -0
  457. data/ext/alphatau/native/sdl/src/events/SDL_dropevents_c.h +32 -0
  458. data/ext/alphatau/native/sdl/src/events/SDL_events.c +976 -0
  459. data/ext/alphatau/native/sdl/src/events/SDL_events_c.h +52 -0
  460. data/ext/alphatau/native/sdl/src/events/SDL_gesture.c +700 -0
  461. data/ext/alphatau/native/sdl/src/events/SDL_gesture_c.h +35 -0
  462. data/ext/alphatau/native/sdl/src/events/SDL_keyboard.c +1033 -0
  463. data/ext/alphatau/native/sdl/src/events/SDL_keyboard_c.h +70 -0
  464. data/ext/alphatau/native/sdl/src/events/SDL_mouse.c +1031 -0
  465. data/ext/alphatau/native/sdl/src/events/SDL_mouse_c.h +141 -0
  466. data/ext/alphatau/native/sdl/src/events/SDL_quit.c +152 -0
  467. data/ext/alphatau/native/sdl/src/events/SDL_sysevents.h +36 -0
  468. data/ext/alphatau/native/sdl/src/events/SDL_touch.c +375 -0
  469. data/ext/alphatau/native/sdl/src/events/SDL_touch_c.h +61 -0
  470. data/ext/alphatau/native/sdl/src/events/SDL_windowevents.c +227 -0
  471. data/ext/alphatau/native/sdl/src/events/SDL_windowevents_c.h +31 -0
  472. data/ext/alphatau/native/sdl/src/events/blank_cursor.h +33 -0
  473. data/ext/alphatau/native/sdl/src/events/default_cursor.h +114 -0
  474. data/ext/alphatau/native/sdl/src/events/scancodes_darwin.h +159 -0
  475. data/ext/alphatau/native/sdl/src/events/scancodes_linux.h +263 -0
  476. data/ext/alphatau/native/sdl/src/events/scancodes_windows.h +55 -0
  477. data/ext/alphatau/native/sdl/src/events/scancodes_xfree86.h +506 -0
  478. data/ext/alphatau/native/sdl/src/file/SDL_rwops.c +867 -0
  479. data/ext/alphatau/native/sdl/src/file/cocoa/SDL_rwopsbundlesupport.h +30 -0
  480. data/ext/alphatau/native/sdl/src/file/cocoa/SDL_rwopsbundlesupport.m +62 -0
  481. data/ext/alphatau/native/sdl/src/filesystem/android/SDL_sysfilesystem.c +62 -0
  482. data/ext/alphatau/native/sdl/src/filesystem/cocoa/SDL_sysfilesystem.m +117 -0
  483. data/ext/alphatau/native/sdl/src/filesystem/dummy/SDL_sysfilesystem.c +47 -0
  484. data/ext/alphatau/native/sdl/src/filesystem/emscripten/SDL_sysfilesystem.c +81 -0
  485. data/ext/alphatau/native/sdl/src/filesystem/haiku/SDL_sysfilesystem.cc +110 -0
  486. data/ext/alphatau/native/sdl/src/filesystem/nacl/SDL_sysfilesystem.c +43 -0
  487. data/ext/alphatau/native/sdl/src/filesystem/unix/SDL_sysfilesystem.c +250 -0
  488. data/ext/alphatau/native/sdl/src/filesystem/windows/SDL_sysfilesystem.c +192 -0
  489. data/ext/alphatau/native/sdl/src/filesystem/winrt/SDL_sysfilesystem.cpp +233 -0
  490. data/ext/alphatau/native/sdl/src/haptic/SDL_haptic.c +850 -0
  491. data/ext/alphatau/native/sdl/src/haptic/SDL_haptic_c.h +25 -0
  492. data/ext/alphatau/native/sdl/src/haptic/SDL_syshaptic.h +208 -0
  493. data/ext/alphatau/native/sdl/src/haptic/android/SDL_syshaptic.c +358 -0
  494. data/ext/alphatau/native/sdl/src/haptic/android/SDL_syshaptic_c.h +12 -0
  495. data/ext/alphatau/native/sdl/src/haptic/darwin/SDL_syshaptic.c +1417 -0
  496. data/ext/alphatau/native/sdl/src/haptic/darwin/SDL_syshaptic_c.h +26 -0
  497. data/ext/alphatau/native/sdl/src/haptic/dummy/SDL_syshaptic.c +186 -0
  498. data/ext/alphatau/native/sdl/src/haptic/linux/SDL_syshaptic.c +1165 -0
  499. data/ext/alphatau/native/sdl/src/haptic/windows/SDL_dinputhaptic.c +1305 -0
  500. data/ext/alphatau/native/sdl/src/haptic/windows/SDL_dinputhaptic_c.h +47 -0
  501. data/ext/alphatau/native/sdl/src/haptic/windows/SDL_windowshaptic.c +456 -0
  502. data/ext/alphatau/native/sdl/src/haptic/windows/SDL_windowshaptic_c.h +88 -0
  503. data/ext/alphatau/native/sdl/src/haptic/windows/SDL_xinputhaptic.c +487 -0
  504. data/ext/alphatau/native/sdl/src/haptic/windows/SDL_xinputhaptic_c.h +47 -0
  505. data/ext/alphatau/native/sdl/src/hidapi/AUTHORS.txt +16 -0
  506. data/ext/alphatau/native/sdl/src/hidapi/HACKING.txt +15 -0
  507. data/ext/alphatau/native/sdl/src/hidapi/LICENSE-bsd.txt +26 -0
  508. data/ext/alphatau/native/sdl/src/hidapi/LICENSE-gpl3.txt +674 -0
  509. data/ext/alphatau/native/sdl/src/hidapi/LICENSE-orig.txt +9 -0
  510. data/ext/alphatau/native/sdl/src/hidapi/LICENSE.txt +13 -0
  511. data/ext/alphatau/native/sdl/src/hidapi/Makefile.am +85 -0
  512. data/ext/alphatau/native/sdl/src/hidapi/README.txt +339 -0
  513. data/ext/alphatau/native/sdl/src/hidapi/android/hid.cpp +1079 -0
  514. data/ext/alphatau/native/sdl/src/hidapi/android/jni/Android.mk +16 -0
  515. data/ext/alphatau/native/sdl/src/hidapi/android/jni/Application.mk +2 -0
  516. data/ext/alphatau/native/sdl/src/hidapi/android/project.properties +14 -0
  517. data/ext/alphatau/native/sdl/src/hidapi/bootstrap +2 -0
  518. data/ext/alphatau/native/sdl/src/hidapi/configure.ac +236 -0
  519. data/ext/alphatau/native/sdl/src/hidapi/doxygen/Doxyfile +1630 -0
  520. data/ext/alphatau/native/sdl/src/hidapi/hidapi/hidapi.h +398 -0
  521. data/ext/alphatau/native/sdl/src/hidapi/hidtest/Makefile.am +20 -0
  522. data/ext/alphatau/native/sdl/src/hidapi/hidtest/hidtest.cpp +194 -0
  523. data/ext/alphatau/native/sdl/src/hidapi/ios/Makefile-manual +32 -0
  524. data/ext/alphatau/native/sdl/src/hidapi/ios/Makefile.am +9 -0
  525. data/ext/alphatau/native/sdl/src/hidapi/ios/hid.m +909 -0
  526. data/ext/alphatau/native/sdl/src/hidapi/libusb/Makefile-manual +18 -0
  527. data/ext/alphatau/native/sdl/src/hidapi/libusb/Makefile.am +27 -0
  528. data/ext/alphatau/native/sdl/src/hidapi/libusb/Makefile.freebsd +46 -0
  529. data/ext/alphatau/native/sdl/src/hidapi/libusb/Makefile.linux +49 -0
  530. data/ext/alphatau/native/sdl/src/hidapi/libusb/hid.c +1615 -0
  531. data/ext/alphatau/native/sdl/src/hidapi/libusb/hidusb.cpp +3 -0
  532. data/ext/alphatau/native/sdl/src/hidapi/linux/Makefile-manual +49 -0
  533. data/ext/alphatau/native/sdl/src/hidapi/linux/Makefile.am +10 -0
  534. data/ext/alphatau/native/sdl/src/hidapi/linux/README.txt +59 -0
  535. data/ext/alphatau/native/sdl/src/hidapi/linux/hid.c +893 -0
  536. data/ext/alphatau/native/sdl/src/hidapi/linux/hid.cpp +333 -0
  537. data/ext/alphatau/native/sdl/src/hidapi/linux/hidraw.cpp +3 -0
  538. data/ext/alphatau/native/sdl/src/hidapi/m4/ax_pthread.m4 +309 -0
  539. data/ext/alphatau/native/sdl/src/hidapi/m4/pkg.m4 +157 -0
  540. data/ext/alphatau/native/sdl/src/hidapi/mac/Makefile-manual +32 -0
  541. data/ext/alphatau/native/sdl/src/hidapi/mac/Makefile.am +9 -0
  542. data/ext/alphatau/native/sdl/src/hidapi/mac/hid.c +1186 -0
  543. data/ext/alphatau/native/sdl/src/hidapi/pc/hidapi-hidraw.pc.in +10 -0
  544. data/ext/alphatau/native/sdl/src/hidapi/pc/hidapi-libusb.pc.in +10 -0
  545. data/ext/alphatau/native/sdl/src/hidapi/pc/hidapi.pc.in +10 -0
  546. data/ext/alphatau/native/sdl/src/hidapi/testgui/Makefile-manual +26 -0
  547. data/ext/alphatau/native/sdl/src/hidapi/testgui/Makefile.am +43 -0
  548. data/ext/alphatau/native/sdl/src/hidapi/testgui/Makefile.freebsd +33 -0
  549. data/ext/alphatau/native/sdl/src/hidapi/testgui/Makefile.linux +32 -0
  550. data/ext/alphatau/native/sdl/src/hidapi/testgui/Makefile.mac +46 -0
  551. data/ext/alphatau/native/sdl/src/hidapi/testgui/Makefile.mingw +32 -0
  552. data/ext/alphatau/native/sdl/src/hidapi/testgui/TestGUI.app.in/Contents/Info.plist +28 -0
  553. data/ext/alphatau/native/sdl/src/hidapi/testgui/TestGUI.app.in/Contents/PkgInfo +1 -0
  554. data/ext/alphatau/native/sdl/src/hidapi/testgui/TestGUI.app.in/Contents/Resources/English.lproj/InfoPlist.strings +0 -0
  555. data/ext/alphatau/native/sdl/src/hidapi/testgui/TestGUI.app.in/Contents/Resources/Signal11.icns +0 -0
  556. data/ext/alphatau/native/sdl/src/hidapi/testgui/copy_to_bundle.sh +97 -0
  557. data/ext/alphatau/native/sdl/src/hidapi/testgui/mac_support.cpp +134 -0
  558. data/ext/alphatau/native/sdl/src/hidapi/testgui/mac_support.h +17 -0
  559. data/ext/alphatau/native/sdl/src/hidapi/testgui/mac_support_cocoa.m +94 -0
  560. data/ext/alphatau/native/sdl/src/hidapi/testgui/start.sh +2 -0
  561. data/ext/alphatau/native/sdl/src/hidapi/testgui/test.cpp +532 -0
  562. data/ext/alphatau/native/sdl/src/hidapi/testgui/testgui.sln +20 -0
  563. data/ext/alphatau/native/sdl/src/hidapi/testgui/testgui.vcproj +217 -0
  564. data/ext/alphatau/native/sdl/src/hidapi/udev/99-hid.rules +33 -0
  565. data/ext/alphatau/native/sdl/src/hidapi/windows/Makefile-manual +14 -0
  566. data/ext/alphatau/native/sdl/src/hidapi/windows/Makefile.am +16 -0
  567. data/ext/alphatau/native/sdl/src/hidapi/windows/Makefile.mingw +35 -0
  568. data/ext/alphatau/native/sdl/src/hidapi/windows/ddk_build/hidapi.def +17 -0
  569. data/ext/alphatau/native/sdl/src/hidapi/windows/ddk_build/makefile +49 -0
  570. data/ext/alphatau/native/sdl/src/hidapi/windows/ddk_build/sources +23 -0
  571. data/ext/alphatau/native/sdl/src/hidapi/windows/hid.c +983 -0
  572. data/ext/alphatau/native/sdl/src/hidapi/windows/hidapi.sln +29 -0
  573. data/ext/alphatau/native/sdl/src/hidapi/windows/hidapi.vcproj +201 -0
  574. data/ext/alphatau/native/sdl/src/hidapi/windows/hidtest.vcproj +196 -0
  575. data/ext/alphatau/native/sdl/src/joystick/SDL_gamecontroller.c +2066 -0
  576. data/ext/alphatau/native/sdl/src/joystick/SDL_gamecontrollerdb.h +583 -0
  577. data/ext/alphatau/native/sdl/src/joystick/SDL_joystick.c +1547 -0
  578. data/ext/alphatau/native/sdl/src/joystick/SDL_joystick_c.h +94 -0
  579. data/ext/alphatau/native/sdl/src/joystick/SDL_sysjoystick.h +153 -0
  580. data/ext/alphatau/native/sdl/src/joystick/android/SDL_sysjoystick.c +703 -0
  581. data/ext/alphatau/native/sdl/src/joystick/android/SDL_sysjoystick_c.h +59 -0
  582. data/ext/alphatau/native/sdl/src/joystick/bsd/SDL_sysjoystick.c +701 -0
  583. data/ext/alphatau/native/sdl/src/joystick/controller_type.h +457 -0
  584. data/ext/alphatau/native/sdl/src/joystick/darwin/SDL_sysjoystick.c +1012 -0
  585. data/ext/alphatau/native/sdl/src/joystick/darwin/SDL_sysjoystick_c.h +79 -0
  586. data/ext/alphatau/native/sdl/src/joystick/dummy/SDL_sysjoystick.c +113 -0
  587. data/ext/alphatau/native/sdl/src/joystick/emscripten/SDL_sysjoystick.c +406 -0
  588. data/ext/alphatau/native/sdl/src/joystick/emscripten/SDL_sysjoystick_c.h +52 -0
  589. data/ext/alphatau/native/sdl/src/joystick/haiku/SDL_haikujoystick.cc +272 -0
  590. data/ext/alphatau/native/sdl/src/joystick/hidapi/SDL_hidapi_ps4.c +545 -0
  591. data/ext/alphatau/native/sdl/src/joystick/hidapi/SDL_hidapi_switch.c +905 -0
  592. data/ext/alphatau/native/sdl/src/joystick/hidapi/SDL_hidapi_xbox360.c +461 -0
  593. data/ext/alphatau/native/sdl/src/joystick/hidapi/SDL_hidapi_xboxone.c +318 -0
  594. data/ext/alphatau/native/sdl/src/joystick/hidapi/SDL_hidapijoystick.c +1021 -0
  595. data/ext/alphatau/native/sdl/src/joystick/hidapi/SDL_hidapijoystick_c.h +72 -0
  596. data/ext/alphatau/native/sdl/src/joystick/iphoneos/SDL_sysjoystick.m +727 -0
  597. data/ext/alphatau/native/sdl/src/joystick/iphoneos/SDL_sysjoystick_c.h +57 -0
  598. data/ext/alphatau/native/sdl/src/joystick/linux/SDL_sysjoystick.c +1116 -0
  599. data/ext/alphatau/native/sdl/src/joystick/linux/SDL_sysjoystick_c.h +64 -0
  600. data/ext/alphatau/native/sdl/src/joystick/psp/SDL_sysjoystick.c +264 -0
  601. data/ext/alphatau/native/sdl/src/joystick/sort_controllers.py +78 -0
  602. data/ext/alphatau/native/sdl/src/joystick/steam/SDL_steamcontroller.c +52 -0
  603. data/ext/alphatau/native/sdl/src/joystick/steam/SDL_steamcontroller.h +33 -0
  604. data/ext/alphatau/native/sdl/src/joystick/windows/SDL_dinputjoystick.c +1155 -0
  605. data/ext/alphatau/native/sdl/src/joystick/windows/SDL_dinputjoystick_c.h +31 -0
  606. data/ext/alphatau/native/sdl/src/joystick/windows/SDL_mmjoystick.c +452 -0
  607. data/ext/alphatau/native/sdl/src/joystick/windows/SDL_windowsjoystick.c +558 -0
  608. data/ext/alphatau/native/sdl/src/joystick/windows/SDL_windowsjoystick_c.h +95 -0
  609. data/ext/alphatau/native/sdl/src/joystick/windows/SDL_xinputjoystick.c +558 -0
  610. data/ext/alphatau/native/sdl/src/joystick/windows/SDL_xinputjoystick_c.h +34 -0
  611. data/ext/alphatau/native/sdl/src/libm/e_atan2.c +134 -0
  612. data/ext/alphatau/native/sdl/src/libm/e_exp.c +187 -0
  613. data/ext/alphatau/native/sdl/src/libm/e_fmod.c +144 -0
  614. data/ext/alphatau/native/sdl/src/libm/e_log.c +152 -0
  615. data/ext/alphatau/native/sdl/src/libm/e_log10.c +106 -0
  616. data/ext/alphatau/native/sdl/src/libm/e_pow.c +343 -0
  617. data/ext/alphatau/native/sdl/src/libm/e_rem_pio2.c +161 -0
  618. data/ext/alphatau/native/sdl/src/libm/e_sqrt.c +457 -0
  619. data/ext/alphatau/native/sdl/src/libm/k_cos.c +82 -0
  620. data/ext/alphatau/native/sdl/src/libm/k_rem_pio2.c +317 -0
  621. data/ext/alphatau/native/sdl/src/libm/k_sin.c +65 -0
  622. data/ext/alphatau/native/sdl/src/libm/k_tan.c +118 -0
  623. data/ext/alphatau/native/sdl/src/libm/math_libm.h +41 -0
  624. data/ext/alphatau/native/sdl/src/libm/math_private.h +227 -0
  625. data/ext/alphatau/native/sdl/src/libm/s_atan.c +114 -0
  626. data/ext/alphatau/native/sdl/src/libm/s_copysign.c +29 -0
  627. data/ext/alphatau/native/sdl/src/libm/s_cos.c +73 -0
  628. data/ext/alphatau/native/sdl/src/libm/s_fabs.c +29 -0
  629. data/ext/alphatau/native/sdl/src/libm/s_floor.c +71 -0
  630. data/ext/alphatau/native/sdl/src/libm/s_scalbn.c +69 -0
  631. data/ext/alphatau/native/sdl/src/libm/s_sin.c +73 -0
  632. data/ext/alphatau/native/sdl/src/libm/s_tan.c +67 -0
  633. data/ext/alphatau/native/sdl/src/loadso/dlopen/SDL_sysloadso.c +88 -0
  634. data/ext/alphatau/native/sdl/src/loadso/dummy/SDL_sysloadso.c +54 -0
  635. data/ext/alphatau/native/sdl/src/loadso/windows/SDL_sysloadso.c +80 -0
  636. data/ext/alphatau/native/sdl/src/main/android/SDL_android_main.c +7 -0
  637. data/ext/alphatau/native/sdl/src/main/dummy/SDL_dummy_main.c +28 -0
  638. data/ext/alphatau/native/sdl/src/main/haiku/SDL_BApp.h +399 -0
  639. data/ext/alphatau/native/sdl/src/main/haiku/SDL_BeApp.cc +157 -0
  640. data/ext/alphatau/native/sdl/src/main/haiku/SDL_BeApp.h +38 -0
  641. data/ext/alphatau/native/sdl/src/main/nacl/SDL_nacl_main.c +93 -0
  642. data/ext/alphatau/native/sdl/src/main/psp/SDL_psp_main.c +70 -0
  643. data/ext/alphatau/native/sdl/src/main/windows/SDL_windows_main.c +207 -0
  644. data/ext/alphatau/native/sdl/src/main/windows/version.rc +38 -0
  645. data/ext/alphatau/native/sdl/src/main/winrt/SDL2-WinRTResource_BlankCursor.cur +0 -0
  646. data/ext/alphatau/native/sdl/src/main/winrt/SDL2-WinRTResources.rc +3 -0
  647. data/ext/alphatau/native/sdl/src/main/winrt/SDL_winrt_main_NonXAML.cpp +54 -0
  648. data/ext/alphatau/native/sdl/src/power/SDL_power.c +116 -0
  649. data/ext/alphatau/native/sdl/src/power/SDL_syspower.h +47 -0
  650. data/ext/alphatau/native/sdl/src/power/android/SDL_syspower.c +64 -0
  651. data/ext/alphatau/native/sdl/src/power/emscripten/SDL_syspower.c +62 -0
  652. data/ext/alphatau/native/sdl/src/power/haiku/SDL_syspower.c +128 -0
  653. data/ext/alphatau/native/sdl/src/power/linux/SDL_syspower.c +642 -0
  654. data/ext/alphatau/native/sdl/src/power/macosx/SDL_syspower.c +192 -0
  655. data/ext/alphatau/native/sdl/src/power/psp/SDL_syspower.c +68 -0
  656. data/ext/alphatau/native/sdl/src/power/uikit/SDL_syspower.h +32 -0
  657. data/ext/alphatau/native/sdl/src/power/uikit/SDL_syspower.m +113 -0
  658. data/ext/alphatau/native/sdl/src/power/windows/SDL_syspower.c +76 -0
  659. data/ext/alphatau/native/sdl/src/power/winrt/SDL_syspower.cpp +44 -0
  660. data/ext/alphatau/native/sdl/src/render/SDL_d3dmath.c +136 -0
  661. data/ext/alphatau/native/sdl/src/render/SDL_d3dmath.h +72 -0
  662. data/ext/alphatau/native/sdl/src/render/SDL_render.c +2292 -0
  663. data/ext/alphatau/native/sdl/src/render/SDL_sysrender.h +214 -0
  664. data/ext/alphatau/native/sdl/src/render/SDL_yuv_sw.c +414 -0
  665. data/ext/alphatau/native/sdl/src/render/SDL_yuv_sw_c.h +67 -0
  666. data/ext/alphatau/native/sdl/src/render/direct3d/SDL_render_d3d.c +1813 -0
  667. data/ext/alphatau/native/sdl/src/render/direct3d/SDL_shaders_d3d.c +274 -0
  668. data/ext/alphatau/native/sdl/src/render/direct3d/SDL_shaders_d3d.h +34 -0
  669. data/ext/alphatau/native/sdl/src/render/direct3d11/SDL_render_d3d11.c +2559 -0
  670. data/ext/alphatau/native/sdl/src/render/direct3d11/SDL_render_winrt.cpp +116 -0
  671. data/ext/alphatau/native/sdl/src/render/direct3d11/SDL_render_winrt.h +40 -0
  672. data/ext/alphatau/native/sdl/src/render/direct3d11/SDL_shaders_d3d11.c +1957 -0
  673. data/ext/alphatau/native/sdl/src/render/direct3d11/SDL_shaders_d3d11.h +43 -0
  674. data/ext/alphatau/native/sdl/src/render/metal/SDL_render_metal.m +1428 -0
  675. data/ext/alphatau/native/sdl/src/render/metal/SDL_shaders_metal.metal +109 -0
  676. data/ext/alphatau/native/sdl/src/render/metal/SDL_shaders_metal_ios.h +1899 -0
  677. data/ext/alphatau/native/sdl/src/render/metal/SDL_shaders_metal_osx.h +1903 -0
  678. data/ext/alphatau/native/sdl/src/render/metal/build-metal-shaders.sh +18 -0
  679. data/ext/alphatau/native/sdl/src/render/opengl/SDL_glfuncs.h +478 -0
  680. data/ext/alphatau/native/sdl/src/render/opengl/SDL_render_gl.c +1678 -0
  681. data/ext/alphatau/native/sdl/src/render/opengl/SDL_shaders_gl.c +524 -0
  682. data/ext/alphatau/native/sdl/src/render/opengl/SDL_shaders_gl.h +47 -0
  683. data/ext/alphatau/native/sdl/src/render/opengles/SDL_glesfuncs.h +65 -0
  684. data/ext/alphatau/native/sdl/src/render/opengles/SDL_render_gles.c +1278 -0
  685. data/ext/alphatau/native/sdl/src/render/opengles2/SDL_gles2funcs.h +80 -0
  686. data/ext/alphatau/native/sdl/src/render/opengles2/SDL_render_gles2.c +2256 -0
  687. data/ext/alphatau/native/sdl/src/render/opengles2/SDL_shaders_gles2.c +569 -0
  688. data/ext/alphatau/native/sdl/src/render/opengles2/SDL_shaders_gles2.h +70 -0
  689. data/ext/alphatau/native/sdl/src/render/opengles2/build_code_with_snobol/Makefile +41 -0
  690. data/ext/alphatau/native/sdl/src/render/opengles2/build_code_with_snobol/convert_gl2_h_into_gles2_stubcall_overs_c.sno +181 -0
  691. data/ext/alphatau/native/sdl/src/render/opengles2/build_code_with_snobol/convert_gl2_h_into_gles2_stubcall_overs_h.sno +116 -0
  692. data/ext/alphatau/native/sdl/src/render/opengles2/build_code_with_snobol/convert_gl2_h_into_gles2funcs_h.sno +82 -0
  693. data/ext/alphatau/native/sdl/src/render/opengles2/build_code_with_snobol/convert_gles2funcs_into_gles2_define_overs_h.sno +42 -0
  694. data/ext/alphatau/native/sdl/src/render/opengles2/build_code_with_snobol/gl2.h +686 -0
  695. data/ext/alphatau/native/sdl/src/render/opengles2/build_code_with_snobol/readme.txt +70 -0
  696. data/ext/alphatau/native/sdl/src/render/opengles2/build_code_with_snobol/testgles2.c +725 -0
  697. data/ext/alphatau/native/sdl/src/render/opengles2/build_code_with_snobol/triangle.c +147 -0
  698. data/ext/alphatau/native/sdl/src/render/psp/SDL_render_psp.c +1016 -0
  699. data/ext/alphatau/native/sdl/src/render/software/SDL_blendfillrect.c +336 -0
  700. data/ext/alphatau/native/sdl/src/render/software/SDL_blendfillrect.h +27 -0
  701. data/ext/alphatau/native/sdl/src/render/software/SDL_blendline.c +777 -0
  702. data/ext/alphatau/native/sdl/src/render/software/SDL_blendline.h +27 -0
  703. data/ext/alphatau/native/sdl/src/render/software/SDL_blendpoint.c +341 -0
  704. data/ext/alphatau/native/sdl/src/render/software/SDL_blendpoint.h +27 -0
  705. data/ext/alphatau/native/sdl/src/render/software/SDL_draw.h +576 -0
  706. data/ext/alphatau/native/sdl/src/render/software/SDL_drawline.c +209 -0
  707. data/ext/alphatau/native/sdl/src/render/software/SDL_drawline.h +27 -0
  708. data/ext/alphatau/native/sdl/src/render/software/SDL_drawpoint.c +114 -0
  709. data/ext/alphatau/native/sdl/src/render/software/SDL_drawpoint.h +27 -0
  710. data/ext/alphatau/native/sdl/src/render/software/SDL_render_sw.c +882 -0
  711. data/ext/alphatau/native/sdl/src/render/software/SDL_render_sw_c.h +24 -0
  712. data/ext/alphatau/native/sdl/src/render/software/SDL_rotate.c +530 -0
  713. data/ext/alphatau/native/sdl/src/render/software/SDL_rotate.h +28 -0
  714. data/ext/alphatau/native/sdl/src/sensor/SDL_sensor.c +546 -0
  715. data/ext/alphatau/native/sdl/src/sensor/SDL_sensor_c.h +38 -0
  716. data/ext/alphatau/native/sdl/src/sensor/SDL_syssensor.h +99 -0
  717. data/ext/alphatau/native/sdl/src/sensor/android/SDL_androidsensor.c +211 -0
  718. data/ext/alphatau/native/sdl/src/sensor/android/SDL_androidsensor.h +31 -0
  719. data/ext/alphatau/native/sdl/src/sensor/coremotion/SDL_coremotionsensor.h +30 -0
  720. data/ext/alphatau/native/sdl/src/sensor/coremotion/SDL_coremotionsensor.m +234 -0
  721. data/ext/alphatau/native/sdl/src/sensor/dummy/SDL_dummysensor.c +110 -0
  722. data/ext/alphatau/native/sdl/src/sensor/dummy/SDL_dummysensor.h +23 -0
  723. data/ext/alphatau/native/sdl/src/stdlib/SDL_getenv.c +315 -0
  724. data/ext/alphatau/native/sdl/src/stdlib/SDL_iconv.c +934 -0
  725. data/ext/alphatau/native/sdl/src/stdlib/SDL_malloc.c +5376 -0
  726. data/ext/alphatau/native/sdl/src/stdlib/SDL_qsort.c +534 -0
  727. data/ext/alphatau/native/sdl/src/stdlib/SDL_stdlib.c +1155 -0
  728. data/ext/alphatau/native/sdl/src/stdlib/SDL_string.c +1737 -0
  729. data/ext/alphatau/native/sdl/src/test/SDL_test_assert.c +152 -0
  730. data/ext/alphatau/native/sdl/src/test/SDL_test_common.c +1826 -0
  731. data/ext/alphatau/native/sdl/src/test/SDL_test_compare.c +117 -0
  732. data/ext/alphatau/native/sdl/src/test/SDL_test_crc32.c +166 -0
  733. data/ext/alphatau/native/sdl/src/test/SDL_test_font.c +3250 -0
  734. data/ext/alphatau/native/sdl/src/test/SDL_test_fuzzer.c +534 -0
  735. data/ext/alphatau/native/sdl/src/test/SDL_test_harness.c +683 -0
  736. data/ext/alphatau/native/sdl/src/test/SDL_test_imageBlit.c +1559 -0
  737. data/ext/alphatau/native/sdl/src/test/SDL_test_imageBlitBlend.c +2845 -0
  738. data/ext/alphatau/native/sdl/src/test/SDL_test_imageFace.c +247 -0
  739. data/ext/alphatau/native/sdl/src/test/SDL_test_imagePrimitives.c +514 -0
  740. data/ext/alphatau/native/sdl/src/test/SDL_test_imagePrimitivesBlend.c +696 -0
  741. data/ext/alphatau/native/sdl/src/test/SDL_test_log.c +118 -0
  742. data/ext/alphatau/native/sdl/src/test/SDL_test_md5.c +338 -0
  743. data/ext/alphatau/native/sdl/src/test/SDL_test_memory.c +274 -0
  744. data/ext/alphatau/native/sdl/src/test/SDL_test_random.c +96 -0
  745. data/ext/alphatau/native/sdl/src/thread/SDL_systhread.h +70 -0
  746. data/ext/alphatau/native/sdl/src/thread/SDL_thread.c +503 -0
  747. data/ext/alphatau/native/sdl/src/thread/SDL_thread_c.h +95 -0
  748. data/ext/alphatau/native/sdl/src/thread/generic/SDL_syscond.c +220 -0
  749. data/ext/alphatau/native/sdl/src/thread/generic/SDL_sysmutex.c +165 -0
  750. data/ext/alphatau/native/sdl/src/thread/generic/SDL_sysmutex_c.h +22 -0
  751. data/ext/alphatau/native/sdl/src/thread/generic/SDL_syssem.c +217 -0
  752. data/ext/alphatau/native/sdl/src/thread/generic/SDL_systhread.c +71 -0
  753. data/ext/alphatau/native/sdl/src/thread/generic/SDL_systhread_c.h +26 -0
  754. data/ext/alphatau/native/sdl/src/thread/generic/SDL_systls.c +38 -0
  755. data/ext/alphatau/native/sdl/src/thread/psp/SDL_syscond.c +224 -0
  756. data/ext/alphatau/native/sdl/src/thread/psp/SDL_sysmutex.c +136 -0
  757. data/ext/alphatau/native/sdl/src/thread/psp/SDL_sysmutex_c.h +22 -0
  758. data/ext/alphatau/native/sdl/src/thread/psp/SDL_syssem.c +161 -0
  759. data/ext/alphatau/native/sdl/src/thread/psp/SDL_systhread.c +114 -0
  760. data/ext/alphatau/native/sdl/src/thread/psp/SDL_systhread_c.h +24 -0
  761. data/ext/alphatau/native/sdl/src/thread/pthread/SDL_syscond.c +158 -0
  762. data/ext/alphatau/native/sdl/src/thread/pthread/SDL_sysmutex.c +195 -0
  763. data/ext/alphatau/native/sdl/src/thread/pthread/SDL_sysmutex_c.h +32 -0
  764. data/ext/alphatau/native/sdl/src/thread/pthread/SDL_syssem.c +209 -0
  765. data/ext/alphatau/native/sdl/src/thread/pthread/SDL_systhread.c +324 -0
  766. data/ext/alphatau/native/sdl/src/thread/pthread/SDL_systhread_c.h +27 -0
  767. data/ext/alphatau/native/sdl/src/thread/pthread/SDL_systls.c +70 -0
  768. data/ext/alphatau/native/sdl/src/thread/stdcpp/SDL_syscond.cpp +164 -0
  769. data/ext/alphatau/native/sdl/src/thread/stdcpp/SDL_sysmutex.cpp +111 -0
  770. data/ext/alphatau/native/sdl/src/thread/stdcpp/SDL_sysmutex_c.h +30 -0
  771. data/ext/alphatau/native/sdl/src/thread/stdcpp/SDL_systhread.cpp +168 -0
  772. data/ext/alphatau/native/sdl/src/thread/stdcpp/SDL_systhread_c.h +26 -0
  773. data/ext/alphatau/native/sdl/src/thread/windows/SDL_sysmutex.c +110 -0
  774. data/ext/alphatau/native/sdl/src/thread/windows/SDL_syssem.c +152 -0
  775. data/ext/alphatau/native/sdl/src/thread/windows/SDL_systhread.c +260 -0
  776. data/ext/alphatau/native/sdl/src/thread/windows/SDL_systhread_c.h +32 -0
  777. data/ext/alphatau/native/sdl/src/thread/windows/SDL_systls.c +72 -0
  778. data/ext/alphatau/native/sdl/src/timer/SDL_timer.c +373 -0
  779. data/ext/alphatau/native/sdl/src/timer/SDL_timer_c.h +34 -0
  780. data/ext/alphatau/native/sdl/src/timer/dummy/SDL_systimer.c +75 -0
  781. data/ext/alphatau/native/sdl/src/timer/haiku/SDL_systimer.c +80 -0
  782. data/ext/alphatau/native/sdl/src/timer/psp/SDL_systimer.c +91 -0
  783. data/ext/alphatau/native/sdl/src/timer/unix/SDL_systimer.c +232 -0
  784. data/ext/alphatau/native/sdl/src/timer/windows/SDL_systimer.c +200 -0
  785. data/ext/alphatau/native/sdl/src/video/SDL_RLEaccel.c +1581 -0
  786. data/ext/alphatau/native/sdl/src/video/SDL_RLEaccel_c.h +31 -0
  787. data/ext/alphatau/native/sdl/src/video/SDL_blit.c +296 -0
  788. data/ext/alphatau/native/sdl/src/video/SDL_blit.h +553 -0
  789. data/ext/alphatau/native/sdl/src/video/SDL_blit_0.c +483 -0
  790. data/ext/alphatau/native/sdl/src/video/SDL_blit_1.c +552 -0
  791. data/ext/alphatau/native/sdl/src/video/SDL_blit_A.c +1388 -0
  792. data/ext/alphatau/native/sdl/src/video/SDL_blit_N.c +2647 -0
  793. data/ext/alphatau/native/sdl/src/video/SDL_blit_auto.c +7419 -0
  794. data/ext/alphatau/native/sdl/src/video/SDL_blit_auto.h +30 -0
  795. data/ext/alphatau/native/sdl/src/video/SDL_blit_copy.c +162 -0
  796. data/ext/alphatau/native/sdl/src/video/SDL_blit_copy.h +24 -0
  797. data/ext/alphatau/native/sdl/src/video/SDL_blit_slow.c +164 -0
  798. data/ext/alphatau/native/sdl/src/video/SDL_blit_slow.h +25 -0
  799. data/ext/alphatau/native/sdl/src/video/SDL_bmp.c +702 -0
  800. data/ext/alphatau/native/sdl/src/video/SDL_clipboard.c +90 -0
  801. data/ext/alphatau/native/sdl/src/video/SDL_egl.c +899 -0
  802. data/ext/alphatau/native/sdl/src/video/SDL_egl_c.h +149 -0
  803. data/ext/alphatau/native/sdl/src/video/SDL_fillrect.c +343 -0
  804. data/ext/alphatau/native/sdl/src/video/SDL_pixels.c +1125 -0
  805. data/ext/alphatau/native/sdl/src/video/SDL_pixels_c.h +40 -0
  806. data/ext/alphatau/native/sdl/src/video/SDL_rect.c +531 -0
  807. data/ext/alphatau/native/sdl/src/video/SDL_rect_c.h +25 -0
  808. data/ext/alphatau/native/sdl/src/video/SDL_shape.c +309 -0
  809. data/ext/alphatau/native/sdl/src/video/SDL_shape_internals.h +69 -0
  810. data/ext/alphatau/native/sdl/src/video/SDL_stretch.c +353 -0
  811. data/ext/alphatau/native/sdl/src/video/SDL_surface.c +1232 -0
  812. data/ext/alphatau/native/sdl/src/video/SDL_sysvideo.h +467 -0
  813. data/ext/alphatau/native/sdl/src/video/SDL_video.c +4160 -0
  814. data/ext/alphatau/native/sdl/src/video/SDL_vulkan_internal.h +91 -0
  815. data/ext/alphatau/native/sdl/src/video/SDL_vulkan_utils.c +172 -0
  816. data/ext/alphatau/native/sdl/src/video/SDL_yuv.c +1834 -0
  817. data/ext/alphatau/native/sdl/src/video/SDL_yuv_c.h +30 -0
  818. data/ext/alphatau/native/sdl/src/video/android/SDL_androidclipboard.c +48 -0
  819. data/ext/alphatau/native/sdl/src/video/android/SDL_androidclipboard.h +32 -0
  820. data/ext/alphatau/native/sdl/src/video/android/SDL_androidevents.c +123 -0
  821. data/ext/alphatau/native/sdl/src/video/android/SDL_androidevents.h +27 -0
  822. data/ext/alphatau/native/sdl/src/video/android/SDL_androidgl.c +62 -0
  823. data/ext/alphatau/native/sdl/src/video/android/SDL_androidgl.h +34 -0
  824. data/ext/alphatau/native/sdl/src/video/android/SDL_androidkeyboard.c +391 -0
  825. data/ext/alphatau/native/sdl/src/video/android/SDL_androidkeyboard.h +36 -0
  826. data/ext/alphatau/native/sdl/src/video/android/SDL_androidmessagebox.c +37 -0
  827. data/ext/alphatau/native/sdl/src/video/android/SDL_androidmessagebox.h +29 -0
  828. data/ext/alphatau/native/sdl/src/video/android/SDL_androidmouse.c +266 -0
  829. data/ext/alphatau/native/sdl/src/video/android/SDL_androidmouse.h +33 -0
  830. data/ext/alphatau/native/sdl/src/video/android/SDL_androidtouch.c +151 -0
  831. data/ext/alphatau/native/sdl/src/video/android/SDL_androidtouch.h +29 -0
  832. data/ext/alphatau/native/sdl/src/video/android/SDL_androidvideo.c +259 -0
  833. data/ext/alphatau/native/sdl/src/video/android/SDL_androidvideo.h +51 -0
  834. data/ext/alphatau/native/sdl/src/video/android/SDL_androidvulkan.c +175 -0
  835. data/ext/alphatau/native/sdl/src/video/android/SDL_androidvulkan.h +52 -0
  836. data/ext/alphatau/native/sdl/src/video/android/SDL_androidwindow.c +175 -0
  837. data/ext/alphatau/native/sdl/src/video/android/SDL_androidwindow.h +45 -0
  838. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoaclipboard.h +36 -0
  839. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoaclipboard.m +103 -0
  840. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoaevents.h +32 -0
  841. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoaevents.m +483 -0
  842. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoakeyboard.h +36 -0
  843. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoakeyboard.m +720 -0
  844. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoamessagebox.h +29 -0
  845. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoamessagebox.m +145 -0
  846. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoametalview.h +63 -0
  847. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoametalview.m +134 -0
  848. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoamodes.h +46 -0
  849. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoamodes.m +490 -0
  850. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoamouse.h +52 -0
  851. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoamouse.m +477 -0
  852. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoamousetap.h +34 -0
  853. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoamousetap.m +279 -0
  854. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoaopengl.h +68 -0
  855. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoaopengl.m +428 -0
  856. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoaopengles.h +49 -0
  857. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoaopengles.m +132 -0
  858. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoashape.h +45 -0
  859. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoashape.m +113 -0
  860. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoavideo.h +118 -0
  861. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoavideo.m +254 -0
  862. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoavulkan.h +55 -0
  863. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoavulkan.m +231 -0
  864. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoawindow.h +155 -0
  865. data/ext/alphatau/native/sdl/src/video/cocoa/SDL_cocoawindow.m +1885 -0
  866. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_WM.c +413 -0
  867. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_WM.h +56 -0
  868. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_dyn.c +117 -0
  869. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_dyn.h +41 -0
  870. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_events.c +748 -0
  871. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_events.h +34 -0
  872. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_modes.c +414 -0
  873. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_modes.h +59 -0
  874. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_mouse.c +389 -0
  875. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_mouse.h +44 -0
  876. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_opengl.c +332 -0
  877. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_opengl.h +64 -0
  878. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_render.c +1335 -0
  879. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_render.h +25 -0
  880. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_shape.c +131 -0
  881. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_shape.h +38 -0
  882. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_video.c +418 -0
  883. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_video.h +170 -0
  884. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_window.c +565 -0
  885. data/ext/alphatau/native/sdl/src/video/directfb/SDL_DirectFB_window.h +82 -0
  886. data/ext/alphatau/native/sdl/src/video/dummy/SDL_nullevents.c +41 -0
  887. data/ext/alphatau/native/sdl/src/video/dummy/SDL_nullevents_c.h +27 -0
  888. data/ext/alphatau/native/sdl/src/video/dummy/SDL_nullframebuffer.c +89 -0
  889. data/ext/alphatau/native/sdl/src/video/dummy/SDL_nullframebuffer_c.h +27 -0
  890. data/ext/alphatau/native/sdl/src/video/dummy/SDL_nullvideo.c +144 -0
  891. data/ext/alphatau/native/sdl/src/video/dummy/SDL_nullvideo.h +30 -0
  892. data/ext/alphatau/native/sdl/src/video/emscripten/SDL_emscriptenevents.c +716 -0
  893. data/ext/alphatau/native/sdl/src/video/emscripten/SDL_emscriptenevents.h +40 -0
  894. data/ext/alphatau/native/sdl/src/video/emscripten/SDL_emscriptenframebuffer.c +178 -0
  895. data/ext/alphatau/native/sdl/src/video/emscripten/SDL_emscriptenframebuffer.h +32 -0
  896. data/ext/alphatau/native/sdl/src/video/emscripten/SDL_emscriptenmouse.c +275 -0
  897. data/ext/alphatau/native/sdl/src/video/emscripten/SDL_emscriptenmouse.h +42 -0
  898. data/ext/alphatau/native/sdl/src/video/emscripten/SDL_emscriptenopengles.c +119 -0
  899. data/ext/alphatau/native/sdl/src/video/emscripten/SDL_emscriptenopengles.h +49 -0
  900. data/ext/alphatau/native/sdl/src/video/emscripten/SDL_emscriptenvideo.c +354 -0
  901. data/ext/alphatau/native/sdl/src/video/emscripten/SDL_emscriptenvideo.h +58 -0
  902. data/ext/alphatau/native/sdl/src/video/haiku/SDL_BWin.h +679 -0
  903. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bclipboard.cc +95 -0
  904. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bclipboard.h +33 -0
  905. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bevents.cc +41 -0
  906. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bevents.h +39 -0
  907. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bframebuffer.cc +259 -0
  908. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bframebuffer.h +47 -0
  909. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bkeyboard.cc +190 -0
  910. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bkeyboard.h +44 -0
  911. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bmodes.cc +333 -0
  912. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bmodes.h +48 -0
  913. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bopengl.cc +176 -0
  914. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bopengl.h +55 -0
  915. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bvideo.cc +178 -0
  916. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bvideo.h +44 -0
  917. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bwindow.cc +233 -0
  918. data/ext/alphatau/native/sdl/src/video/haiku/SDL_bwindow.h +55 -0
  919. data/ext/alphatau/native/sdl/src/video/khronos/EGL/egl.h +303 -0
  920. data/ext/alphatau/native/sdl/src/video/khronos/EGL/eglext.h +1241 -0
  921. data/ext/alphatau/native/sdl/src/video/khronos/EGL/eglplatform.h +132 -0
  922. data/ext/alphatau/native/sdl/src/video/khronos/GLES2/gl2.h +675 -0
  923. data/ext/alphatau/native/sdl/src/video/khronos/GLES2/gl2ext.h +3505 -0
  924. data/ext/alphatau/native/sdl/src/video/khronos/GLES2/gl2platform.h +38 -0
  925. data/ext/alphatau/native/sdl/src/video/khronos/KHR/khrplatform.h +284 -0
  926. data/ext/alphatau/native/sdl/src/video/khronos/vulkan/vk_platform.h +120 -0
  927. data/ext/alphatau/native/sdl/src/video/khronos/vulkan/vulkan.h +6458 -0
  928. data/ext/alphatau/native/sdl/src/video/kmsdrm/SDL_kmsdrmdyn.c +171 -0
  929. data/ext/alphatau/native/sdl/src/video/kmsdrm/SDL_kmsdrmdyn.h +53 -0
  930. data/ext/alphatau/native/sdl/src/video/kmsdrm/SDL_kmsdrmevents.c +42 -0
  931. data/ext/alphatau/native/sdl/src/video/kmsdrm/SDL_kmsdrmevents.h +31 -0
  932. data/ext/alphatau/native/sdl/src/video/kmsdrm/SDL_kmsdrmmouse.c +501 -0
  933. data/ext/alphatau/native/sdl/src/video/kmsdrm/SDL_kmsdrmmouse.h +45 -0
  934. data/ext/alphatau/native/sdl/src/video/kmsdrm/SDL_kmsdrmopengles.c +189 -0
  935. data/ext/alphatau/native/sdl/src/video/kmsdrm/SDL_kmsdrmopengles.h +48 -0
  936. data/ext/alphatau/native/sdl/src/video/kmsdrm/SDL_kmsdrmsym.h +99 -0
  937. data/ext/alphatau/native/sdl/src/video/kmsdrm/SDL_kmsdrmvideo.c +664 -0
  938. data/ext/alphatau/native/sdl/src/video/kmsdrm/SDL_kmsdrmvideo.h +124 -0
  939. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirdyn.c +170 -0
  940. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirdyn.h +53 -0
  941. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirevents.c +321 -0
  942. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirevents.h +37 -0
  943. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirframebuffer.c +134 -0
  944. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirframebuffer.h +47 -0
  945. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirmouse.c +292 -0
  946. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirmouse.h +37 -0
  947. data/ext/alphatau/native/sdl/src/video/mir/SDL_miropengl.c +78 -0
  948. data/ext/alphatau/native/sdl/src/video/mir/SDL_miropengl.h +53 -0
  949. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirsym.h +143 -0
  950. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirvideo.c +423 -0
  951. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirvideo.h +49 -0
  952. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirvulkan.c +176 -0
  953. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirvulkan.h +52 -0
  954. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirwindow.c +374 -0
  955. data/ext/alphatau/native/sdl/src/video/mir/SDL_mirwindow.h +93 -0
  956. data/ext/alphatau/native/sdl/src/video/nacl/SDL_naclevents.c +438 -0
  957. data/ext/alphatau/native/sdl/src/video/nacl/SDL_naclevents_c.h +30 -0
  958. data/ext/alphatau/native/sdl/src/video/nacl/SDL_naclglue.c +24 -0
  959. data/ext/alphatau/native/sdl/src/video/nacl/SDL_naclopengles.c +174 -0
  960. data/ext/alphatau/native/sdl/src/video/nacl/SDL_naclopengles.h +38 -0
  961. data/ext/alphatau/native/sdl/src/video/nacl/SDL_naclvideo.c +183 -0
  962. data/ext/alphatau/native/sdl/src/video/nacl/SDL_naclvideo.h +67 -0
  963. data/ext/alphatau/native/sdl/src/video/nacl/SDL_naclwindow.c +79 -0
  964. data/ext/alphatau/native/sdl/src/video/nacl/SDL_naclwindow.h +32 -0
  965. data/ext/alphatau/native/sdl/src/video/pandora/SDL_pandora.c +838 -0
  966. data/ext/alphatau/native/sdl/src/video/pandora/SDL_pandora.h +101 -0
  967. data/ext/alphatau/native/sdl/src/video/pandora/SDL_pandora_events.c +38 -0
  968. data/ext/alphatau/native/sdl/src/video/pandora/SDL_pandora_events.h +25 -0
  969. data/ext/alphatau/native/sdl/src/video/psp/SDL_pspevents.c +290 -0
  970. data/ext/alphatau/native/sdl/src/video/psp/SDL_pspevents_c.h +31 -0
  971. data/ext/alphatau/native/sdl/src/video/psp/SDL_pspgl.c +210 -0
  972. data/ext/alphatau/native/sdl/src/video/psp/SDL_pspgl_c.h +54 -0
  973. data/ext/alphatau/native/sdl/src/video/psp/SDL_pspmouse.c +41 -0
  974. data/ext/alphatau/native/sdl/src/video/psp/SDL_pspmouse_c.h +24 -0
  975. data/ext/alphatau/native/sdl/src/video/psp/SDL_pspvideo.c +333 -0
  976. data/ext/alphatau/native/sdl/src/video/psp/SDL_pspvideo.h +102 -0
  977. data/ext/alphatau/native/sdl/src/video/qnx/gl.c +285 -0
  978. data/ext/alphatau/native/sdl/src/video/qnx/keyboard.c +133 -0
  979. data/ext/alphatau/native/sdl/src/video/qnx/sdl_qnx.h +48 -0
  980. data/ext/alphatau/native/sdl/src/video/qnx/video.c +364 -0
  981. data/ext/alphatau/native/sdl/src/video/raspberry/SDL_rpievents.c +45 -0
  982. data/ext/alphatau/native/sdl/src/video/raspberry/SDL_rpievents_c.h +31 -0
  983. data/ext/alphatau/native/sdl/src/video/raspberry/SDL_rpimouse.c +386 -0
  984. data/ext/alphatau/native/sdl/src/video/raspberry/SDL_rpimouse.h +43 -0
  985. data/ext/alphatau/native/sdl/src/video/raspberry/SDL_rpiopengles.c +71 -0
  986. data/ext/alphatau/native/sdl/src/video/raspberry/SDL_rpiopengles.h +49 -0
  987. data/ext/alphatau/native/sdl/src/video/raspberry/SDL_rpivideo.c +442 -0
  988. data/ext/alphatau/native/sdl/src/video/raspberry/SDL_rpivideo.h +104 -0
  989. data/ext/alphatau/native/sdl/src/video/sdlgenblit.pl +535 -0
  990. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitappdelegate.h +47 -0
  991. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitappdelegate.m +516 -0
  992. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitclipboard.h +35 -0
  993. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitclipboard.m +111 -0
  994. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitevents.h +30 -0
  995. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitevents.m +73 -0
  996. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitmessagebox.h +31 -0
  997. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitmessagebox.m +208 -0
  998. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitmetalview.h +58 -0
  999. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitmetalview.m +131 -0
  1000. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitmodes.h +54 -0
  1001. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitmodes.m +378 -0
  1002. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitopengles.h +40 -0
  1003. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitopengles.m +250 -0
  1004. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitopenglview.h +60 -0
  1005. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitopenglview.m +384 -0
  1006. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitvideo.h +46 -0
  1007. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitvideo.m +249 -0
  1008. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitview.h +41 -0
  1009. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitview.m +328 -0
  1010. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitviewcontroller.h +91 -0
  1011. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitviewcontroller.m +532 -0
  1012. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitvulkan.h +54 -0
  1013. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitvulkan.m +222 -0
  1014. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitwindow.h +56 -0
  1015. data/ext/alphatau/native/sdl/src/video/uikit/SDL_uikitwindow.m +465 -0
  1016. data/ext/alphatau/native/sdl/src/video/uikit/keyinfotable.h +174 -0
  1017. data/ext/alphatau/native/sdl/src/video/vivante/SDL_vivanteopengles.c +47 -0
  1018. data/ext/alphatau/native/sdl/src/video/vivante/SDL_vivanteopengles.h +48 -0
  1019. data/ext/alphatau/native/sdl/src/video/vivante/SDL_vivanteplatform.c +54 -0
  1020. data/ext/alphatau/native/sdl/src/video/vivante/SDL_vivanteplatform.h +47 -0
  1021. data/ext/alphatau/native/sdl/src/video/vivante/SDL_vivantevideo.c +409 -0
  1022. data/ext/alphatau/native/sdl/src/video/vivante/SDL_vivantevideo.h +91 -0
  1023. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandclipboard.c +123 -0
  1024. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandclipboard.h +32 -0
  1025. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylanddatamanager.c +468 -0
  1026. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylanddatamanager.h +103 -0
  1027. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylanddyn.c +178 -0
  1028. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylanddyn.h +107 -0
  1029. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandevents.c +1134 -0
  1030. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandevents_c.h +51 -0
  1031. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandmouse.c +396 -0
  1032. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandmouse.h +31 -0
  1033. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandopengles.c +93 -0
  1034. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandopengles.h +49 -0
  1035. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandsym.h +127 -0
  1036. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandtouch.c +265 -0
  1037. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandtouch.h +352 -0
  1038. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandvideo.c +517 -0
  1039. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandvideo.h +85 -0
  1040. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandvulkan.c +176 -0
  1041. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandvulkan.h +52 -0
  1042. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandwindow.c +684 -0
  1043. data/ext/alphatau/native/sdl/src/video/wayland/SDL_waylandwindow.h +88 -0
  1044. data/ext/alphatau/native/sdl/src/video/windows/SDL_msctf.h +242 -0
  1045. data/ext/alphatau/native/sdl/src/video/windows/SDL_vkeys.h +76 -0
  1046. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsclipboard.c +160 -0
  1047. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsclipboard.h +36 -0
  1048. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsevents.c +1229 -0
  1049. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsevents.h +36 -0
  1050. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsframebuffer.c +127 -0
  1051. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsframebuffer.h +27 -0
  1052. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowskeyboard.c +1579 -0
  1053. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowskeyboard.h +40 -0
  1054. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsmessagebox.c +905 -0
  1055. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsmessagebox.h +29 -0
  1056. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsmodes.c +407 -0
  1057. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsmodes.h +47 -0
  1058. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsmouse.c +322 -0
  1059. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsmouse.h +33 -0
  1060. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsopengl.c +895 -0
  1061. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsopengl.h +142 -0
  1062. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsopengles.c +131 -0
  1063. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsopengles.h +49 -0
  1064. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsshape.c +110 -0
  1065. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsshape.h +40 -0
  1066. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowstaskdialog.h +156 -0
  1067. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsvideo.c +442 -0
  1068. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsvideo.h +199 -0
  1069. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsvulkan.c +176 -0
  1070. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowsvulkan.h +52 -0
  1071. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowswindow.c +992 -0
  1072. data/ext/alphatau/native/sdl/src/video/windows/SDL_windowswindow.h +86 -0
  1073. data/ext/alphatau/native/sdl/src/video/windows/wmmsg.h +1052 -0
  1074. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtevents.cpp +154 -0
  1075. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtevents_c.h +82 -0
  1076. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtgamebar.cpp +196 -0
  1077. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtgamebar_cpp.h +35 -0
  1078. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtkeyboard.cpp +430 -0
  1079. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtmessagebox.cpp +112 -0
  1080. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtmessagebox.h +29 -0
  1081. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtmouse.cpp +224 -0
  1082. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtmouse_c.h +40 -0
  1083. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtopengles.cpp +203 -0
  1084. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtopengles.h +70 -0
  1085. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtpointerinput.cpp +415 -0
  1086. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtvideo.cpp +842 -0
  1087. data/ext/alphatau/native/sdl/src/video/winrt/SDL_winrtvideo_cpp.h +106 -0
  1088. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11clipboard.c +199 -0
  1089. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11clipboard.h +33 -0
  1090. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11dyn.c +212 -0
  1091. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11dyn.h +111 -0
  1092. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11events.c +1500 -0
  1093. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11events.h +31 -0
  1094. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11framebuffer.c +257 -0
  1095. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11framebuffer.h +31 -0
  1096. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11keyboard.c +543 -0
  1097. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11keyboard.h +36 -0
  1098. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11messagebox.c +853 -0
  1099. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11messagebox.h +28 -0
  1100. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11modes.c +1112 -0
  1101. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11modes.h +85 -0
  1102. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11mouse.c +448 -0
  1103. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11mouse.h +31 -0
  1104. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11opengl.c +946 -0
  1105. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11opengl.h +84 -0
  1106. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11opengles.c +109 -0
  1107. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11opengles.h +56 -0
  1108. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11shape.c +115 -0
  1109. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11shape.h +39 -0
  1110. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11sym.h +337 -0
  1111. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11touch.c +54 -0
  1112. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11touch.h +32 -0
  1113. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11video.c +497 -0
  1114. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11video.h +156 -0
  1115. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11vulkan.c +243 -0
  1116. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11vulkan.h +48 -0
  1117. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11window.c +1619 -0
  1118. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11window.h +111 -0
  1119. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11xinput2.c +313 -0
  1120. data/ext/alphatau/native/sdl/src/video/x11/SDL_x11xinput2.h +42 -0
  1121. data/ext/alphatau/native/sdl/src/video/x11/edid-parse.c +754 -0
  1122. data/ext/alphatau/native/sdl/src/video/x11/edid.h +167 -0
  1123. data/ext/alphatau/native/sdl/src/video/x11/imKStoUCS.c +350 -0
  1124. data/ext/alphatau/native/sdl/src/video/x11/imKStoUCS.h +32 -0
  1125. data/ext/alphatau/native/sdl/src/video/yuv2rgb/LICENSE +27 -0
  1126. data/ext/alphatau/native/sdl/src/video/yuv2rgb/README.md +63 -0
  1127. data/ext/alphatau/native/sdl/src/video/yuv2rgb/yuv_rgb.c +687 -0
  1128. data/ext/alphatau/native/sdl/src/video/yuv2rgb/yuv_rgb.h +381 -0
  1129. data/ext/alphatau/native/sdl/src/video/yuv2rgb/yuv_rgb_sse_func.h +498 -0
  1130. data/ext/alphatau/native/sdl/src/video/yuv2rgb/yuv_rgb_std_func.h +228 -0
  1131. data/ext/alphatau/native/sdl/test/CMakeLists.txt +122 -0
  1132. data/ext/alphatau/native/sdl/test/COPYING +8 -0
  1133. data/ext/alphatau/native/sdl/test/Makefile.in +328 -0
  1134. data/ext/alphatau/native/sdl/test/README +47 -0
  1135. data/ext/alphatau/native/sdl/test/acinclude.m4 +359 -0
  1136. data/ext/alphatau/native/sdl/test/aclocal.m4 +359 -0
  1137. data/ext/alphatau/native/sdl/test/autogen.sh +12 -0
  1138. data/ext/alphatau/native/sdl/test/axis.bmp +0 -0
  1139. data/ext/alphatau/native/sdl/test/button.bmp +0 -0
  1140. data/ext/alphatau/native/sdl/test/checkkeys.c +248 -0
  1141. data/ext/alphatau/native/sdl/test/configure +5124 -0
  1142. data/ext/alphatau/native/sdl/test/configure.in +191 -0
  1143. data/ext/alphatau/native/sdl/test/controllermap.bmp +0 -0
  1144. data/ext/alphatau/native/sdl/test/controllermap.c +781 -0
  1145. data/ext/alphatau/native/sdl/test/emscripten/joystick-pre.js +25 -0
  1146. data/ext/alphatau/native/sdl/test/gcc-fat.sh +110 -0
  1147. data/ext/alphatau/native/sdl/test/icon.bmp +0 -0
  1148. data/ext/alphatau/native/sdl/test/loopwave.c +179 -0
  1149. data/ext/alphatau/native/sdl/test/loopwavequeue.c +149 -0
  1150. data/ext/alphatau/native/sdl/test/moose.dat +0 -0
  1151. data/ext/alphatau/native/sdl/test/nacl/Makefile +63 -0
  1152. data/ext/alphatau/native/sdl/test/nacl/background.js +40 -0
  1153. data/ext/alphatau/native/sdl/test/nacl/common.js +474 -0
  1154. data/ext/alphatau/native/sdl/test/nacl/index.html +21 -0
  1155. data/ext/alphatau/native/sdl/test/nacl/manifest.json +22 -0
  1156. data/ext/alphatau/native/sdl/test/picture.xbm +14 -0
  1157. data/ext/alphatau/native/sdl/test/relative_mode.markdown +58 -0
  1158. data/ext/alphatau/native/sdl/test/sample.bmp +0 -0
  1159. data/ext/alphatau/native/sdl/test/sample.wav +0 -0
  1160. data/ext/alphatau/native/sdl/test/shapes/p01_shape24.bmp +0 -0
  1161. data/ext/alphatau/native/sdl/test/shapes/p01_shape32alpha.bmp +0 -0
  1162. data/ext/alphatau/native/sdl/test/shapes/p01_shape8.bmp +0 -0
  1163. data/ext/alphatau/native/sdl/test/shapes/p02_shape24.bmp +0 -0
  1164. data/ext/alphatau/native/sdl/test/shapes/p02_shape32alpha.bmp +0 -0
  1165. data/ext/alphatau/native/sdl/test/shapes/p02_shape8.bmp +0 -0
  1166. data/ext/alphatau/native/sdl/test/shapes/p03_shape24.bmp +0 -0
  1167. data/ext/alphatau/native/sdl/test/shapes/p03_shape8.bmp +0 -0
  1168. data/ext/alphatau/native/sdl/test/shapes/p04_shape1.bmp +0 -0
  1169. data/ext/alphatau/native/sdl/test/shapes/p04_shape24.bmp +0 -0
  1170. data/ext/alphatau/native/sdl/test/shapes/p04_shape32alpha.bmp +0 -0
  1171. data/ext/alphatau/native/sdl/test/shapes/p04_shape8.bmp +0 -0
  1172. data/ext/alphatau/native/sdl/test/shapes/p05_shape8.bmp +0 -0
  1173. data/ext/alphatau/native/sdl/test/shapes/p06_shape1alpha.bmp +0 -0
  1174. data/ext/alphatau/native/sdl/test/shapes/p06_shape24.bmp +0 -0
  1175. data/ext/alphatau/native/sdl/test/shapes/p06_shape32alpha.bmp +0 -0
  1176. data/ext/alphatau/native/sdl/test/shapes/p06_shape8.bmp +0 -0
  1177. data/ext/alphatau/native/sdl/test/shapes/p07_shape24.bmp +0 -0
  1178. data/ext/alphatau/native/sdl/test/shapes/p07_shape32alpha.bmp +0 -0
  1179. data/ext/alphatau/native/sdl/test/shapes/p07_shape8.bmp +0 -0
  1180. data/ext/alphatau/native/sdl/test/shapes/p08_shape24.bmp +0 -0
  1181. data/ext/alphatau/native/sdl/test/shapes/p08_shape32alpha.bmp +0 -0
  1182. data/ext/alphatau/native/sdl/test/shapes/p08_shape8.bmp +0 -0
  1183. data/ext/alphatau/native/sdl/test/shapes/p09_shape24.bmp +0 -0
  1184. data/ext/alphatau/native/sdl/test/shapes/p09_shape32alpha.bmp +0 -0
  1185. data/ext/alphatau/native/sdl/test/shapes/p09_shape8.bmp +0 -0
  1186. data/ext/alphatau/native/sdl/test/shapes/p10_shape1.bmp +0 -0
  1187. data/ext/alphatau/native/sdl/test/shapes/p10_shape24.bmp +0 -0
  1188. data/ext/alphatau/native/sdl/test/shapes/p10_shape32alpha.bmp +0 -0
  1189. data/ext/alphatau/native/sdl/test/shapes/p10_shape8.bmp +0 -0
  1190. data/ext/alphatau/native/sdl/test/shapes/p11_shape24.bmp +0 -0
  1191. data/ext/alphatau/native/sdl/test/shapes/p11_shape32alpha.bmp +0 -0
  1192. data/ext/alphatau/native/sdl/test/shapes/p11_shape8.bmp +0 -0
  1193. data/ext/alphatau/native/sdl/test/shapes/p12_shape24.bmp +0 -0
  1194. data/ext/alphatau/native/sdl/test/shapes/p12_shape8.bmp +0 -0
  1195. data/ext/alphatau/native/sdl/test/shapes/p13_shape24.bmp +0 -0
  1196. data/ext/alphatau/native/sdl/test/shapes/p13_shape32alpha.bmp +0 -0
  1197. data/ext/alphatau/native/sdl/test/shapes/p13_shape8.bmp +0 -0
  1198. data/ext/alphatau/native/sdl/test/shapes/p14_shape24.bmp +0 -0
  1199. data/ext/alphatau/native/sdl/test/shapes/p14_shape8.bmp +0 -0
  1200. data/ext/alphatau/native/sdl/test/shapes/p15_shape24.bmp +0 -0
  1201. data/ext/alphatau/native/sdl/test/shapes/p15_shape32alpha.bmp +0 -0
  1202. data/ext/alphatau/native/sdl/test/shapes/p15_shape8.bmp +0 -0
  1203. data/ext/alphatau/native/sdl/test/shapes/p16_shape1.bmp +0 -0
  1204. data/ext/alphatau/native/sdl/test/shapes/p16_shape24.bmp +0 -0
  1205. data/ext/alphatau/native/sdl/test/shapes/p16_shape8.bmp +0 -0
  1206. data/ext/alphatau/native/sdl/test/shapes/trollface_24.bmp +0 -0
  1207. data/ext/alphatau/native/sdl/test/shapes/trollface_32alpha.bmp +0 -0
  1208. data/ext/alphatau/native/sdl/test/testatomic.c +727 -0
  1209. data/ext/alphatau/native/sdl/test/testaudiocapture.c +165 -0
  1210. data/ext/alphatau/native/sdl/test/testaudiohotplug.c +203 -0
  1211. data/ext/alphatau/native/sdl/test/testaudioinfo.c +74 -0
  1212. data/ext/alphatau/native/sdl/test/testautomation.c +124 -0
  1213. data/ext/alphatau/native/sdl/test/testautomation_audio.c +1038 -0
  1214. data/ext/alphatau/native/sdl/test/testautomation_clipboard.c +184 -0
  1215. data/ext/alphatau/native/sdl/test/testautomation_events.c +201 -0
  1216. data/ext/alphatau/native/sdl/test/testautomation_hints.c +168 -0
  1217. data/ext/alphatau/native/sdl/test/testautomation_keyboard.c +713 -0
  1218. data/ext/alphatau/native/sdl/test/testautomation_main.c +157 -0
  1219. data/ext/alphatau/native/sdl/test/testautomation_mouse.c +606 -0
  1220. data/ext/alphatau/native/sdl/test/testautomation_pixels.c +529 -0
  1221. data/ext/alphatau/native/sdl/test/testautomation_platform.c +584 -0
  1222. data/ext/alphatau/native/sdl/test/testautomation_rect.c +1696 -0
  1223. data/ext/alphatau/native/sdl/test/testautomation_render.c +1099 -0
  1224. data/ext/alphatau/native/sdl/test/testautomation_rwops.c +748 -0
  1225. data/ext/alphatau/native/sdl/test/testautomation_sdltest.c +1319 -0
  1226. data/ext/alphatau/native/sdl/test/testautomation_stdlib.c +319 -0
  1227. data/ext/alphatau/native/sdl/test/testautomation_suites.h +54 -0
  1228. data/ext/alphatau/native/sdl/test/testautomation_surface.c +647 -0
  1229. data/ext/alphatau/native/sdl/test/testautomation_syswm.c +61 -0
  1230. data/ext/alphatau/native/sdl/test/testautomation_timer.c +201 -0
  1231. data/ext/alphatau/native/sdl/test/testautomation_video.c +1811 -0
  1232. data/ext/alphatau/native/sdl/test/testbounds.c +40 -0
  1233. data/ext/alphatau/native/sdl/test/testcustomcursor.c +259 -0
  1234. data/ext/alphatau/native/sdl/test/testdisplayinfo.c +96 -0
  1235. data/ext/alphatau/native/sdl/test/testdraw2.c +305 -0
  1236. data/ext/alphatau/native/sdl/test/testdrawchessboard.c +147 -0
  1237. data/ext/alphatau/native/sdl/test/testdropfile.c +98 -0
  1238. data/ext/alphatau/native/sdl/test/testerror.c +76 -0
  1239. data/ext/alphatau/native/sdl/test/testfile.c +283 -0
  1240. data/ext/alphatau/native/sdl/test/testfilesystem.c +60 -0
  1241. data/ext/alphatau/native/sdl/test/testgamecontroller.c +375 -0
  1242. data/ext/alphatau/native/sdl/test/testgesture.c +309 -0
  1243. data/ext/alphatau/native/sdl/test/testgl2.c +416 -0
  1244. data/ext/alphatau/native/sdl/test/testgles.c +355 -0
  1245. data/ext/alphatau/native/sdl/test/testgles2.c +732 -0
  1246. data/ext/alphatau/native/sdl/test/testhaptic.c +369 -0
  1247. data/ext/alphatau/native/sdl/test/testhittesting.c +134 -0
  1248. data/ext/alphatau/native/sdl/test/testhotplug.c +162 -0
  1249. data/ext/alphatau/native/sdl/test/testiconv.c +88 -0
  1250. data/ext/alphatau/native/sdl/test/testime.c +801 -0
  1251. data/ext/alphatau/native/sdl/test/testintersections.c +363 -0
  1252. data/ext/alphatau/native/sdl/test/testjoystick.c +387 -0
  1253. data/ext/alphatau/native/sdl/test/testkeys.c +40 -0
  1254. data/ext/alphatau/native/sdl/test/testloadso.c +82 -0
  1255. data/ext/alphatau/native/sdl/test/testlock.c +128 -0
  1256. data/ext/alphatau/native/sdl/test/testmessage.c +193 -0
  1257. data/ext/alphatau/native/sdl/test/testmultiaudio.c +199 -0
  1258. data/ext/alphatau/native/sdl/test/testnative.c +237 -0
  1259. data/ext/alphatau/native/sdl/test/testnative.h +46 -0
  1260. data/ext/alphatau/native/sdl/test/testnativecocoa.m +51 -0
  1261. data/ext/alphatau/native/sdl/test/testnativew32.c +86 -0
  1262. data/ext/alphatau/native/sdl/test/testnativex11.c +53 -0
  1263. data/ext/alphatau/native/sdl/test/testoverlay2.c +408 -0
  1264. data/ext/alphatau/native/sdl/test/testplatform.c +442 -0
  1265. data/ext/alphatau/native/sdl/test/testpower.c +80 -0
  1266. data/ext/alphatau/native/sdl/test/testqsort.c +108 -0
  1267. data/ext/alphatau/native/sdl/test/testrelative.c +126 -0
  1268. data/ext/alphatau/native/sdl/test/testrendercopyex.c +233 -0
  1269. data/ext/alphatau/native/sdl/test/testrendertarget.c +335 -0
  1270. data/ext/alphatau/native/sdl/test/testresample.c +120 -0
  1271. data/ext/alphatau/native/sdl/test/testrumble.c +153 -0
  1272. data/ext/alphatau/native/sdl/test/testscale.c +224 -0
  1273. data/ext/alphatau/native/sdl/test/testsem.c +130 -0
  1274. data/ext/alphatau/native/sdl/test/testsensor.c +117 -0
  1275. data/ext/alphatau/native/sdl/test/testshader.c +500 -0
  1276. data/ext/alphatau/native/sdl/test/testshape.c +200 -0
  1277. data/ext/alphatau/native/sdl/test/testsprite2.c +409 -0
  1278. data/ext/alphatau/native/sdl/test/testspriteminimal.c +194 -0
  1279. data/ext/alphatau/native/sdl/test/teststreaming.c +190 -0
  1280. data/ext/alphatau/native/sdl/test/testthread.c +130 -0
  1281. data/ext/alphatau/native/sdl/test/testtimer.c +122 -0
  1282. data/ext/alphatau/native/sdl/test/testver.c +47 -0
  1283. data/ext/alphatau/native/sdl/test/testviewport.c +217 -0
  1284. data/ext/alphatau/native/sdl/test/testvulkan.c +1201 -0
  1285. data/ext/alphatau/native/sdl/test/testwm2.c +174 -0
  1286. data/ext/alphatau/native/sdl/test/testyuv.bmp +0 -0
  1287. data/ext/alphatau/native/sdl/test/testyuv.c +455 -0
  1288. data/ext/alphatau/native/sdl/test/testyuv_cvt.c +300 -0
  1289. data/ext/alphatau/native/sdl/test/testyuv_cvt.h +16 -0
  1290. data/ext/alphatau/native/sdl/test/torturethread.c +113 -0
  1291. data/ext/alphatau/native/sdl/test/utf8.txt +287 -0
  1292. data/ext/alphatau/native/sdl/visualtest/COPYING.txt +18 -0
  1293. data/ext/alphatau/native/sdl/visualtest/Makefile.in +37 -0
  1294. data/ext/alphatau/native/sdl/visualtest/README.txt +214 -0
  1295. data/ext/alphatau/native/sdl/visualtest/acinclude.m4 +359 -0
  1296. data/ext/alphatau/native/sdl/visualtest/autogen.sh +12 -0
  1297. data/ext/alphatau/native/sdl/visualtest/compile +1 -0
  1298. data/ext/alphatau/native/sdl/visualtest/config.h +23 -0
  1299. data/ext/alphatau/native/sdl/visualtest/config.h.in +22 -0
  1300. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_blendmodes/testsprite2_blendmodes.actions +3 -0
  1301. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_blendmodes/testsprite2_blendmodes.config +5 -0
  1302. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_blendmodes/testsprite2_blendmodes.parameters +5 -0
  1303. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_crashtest/testsprite2_crashtest.actions +1 -0
  1304. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_crashtest/testsprite2_crashtest.config +5 -0
  1305. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_crashtest/testsprite2_crashtest.parameters +24 -0
  1306. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_fullscreen/testsprite2_fullscreen.actions +3 -0
  1307. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_fullscreen/testsprite2_fullscreen.config +5 -0
  1308. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_fullscreen/testsprite2_fullscreen.parameters +5 -0
  1309. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_geometry/testsprite2_geometry.actions +3 -0
  1310. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_geometry/testsprite2_geometry.config +5 -0
  1311. data/ext/alphatau/native/sdl/visualtest/configs/testsprite2_geometry/testsprite2_geometry.parameters +5 -0
  1312. data/ext/alphatau/native/sdl/visualtest/configure +5203 -0
  1313. data/ext/alphatau/native/sdl/visualtest/configure.in +166 -0
  1314. data/ext/alphatau/native/sdl/visualtest/depcomp +1 -0
  1315. data/ext/alphatau/native/sdl/visualtest/docs/Doxyfile +1936 -0
  1316. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_action_configparser.h +149 -0
  1317. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_exhaustive_variator.h +64 -0
  1318. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_harness_argparser.h +75 -0
  1319. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_mischelper.h +28 -0
  1320. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_parsehelper.h +46 -0
  1321. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_process.h +112 -0
  1322. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_random_variator.h +61 -0
  1323. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_rwhelper.h +87 -0
  1324. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_screenshot.h +52 -0
  1325. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_sut_configparser.h +105 -0
  1326. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_variator_common.h +122 -0
  1327. data/ext/alphatau/native/sdl/visualtest/include/SDL_visualtest_variators.h +66 -0
  1328. data/ext/alphatau/native/sdl/visualtest/install-sh +1 -0
  1329. data/ext/alphatau/native/sdl/visualtest/launch_harness.cmd +2 -0
  1330. data/ext/alphatau/native/sdl/visualtest/launch_harness.sh +6 -0
  1331. data/ext/alphatau/native/sdl/visualtest/missing +1 -0
  1332. data/ext/alphatau/native/sdl/visualtest/src/action_configparser.c +396 -0
  1333. data/ext/alphatau/native/sdl/visualtest/src/harness_argparser.c +358 -0
  1334. data/ext/alphatau/native/sdl/visualtest/src/linux/linux_process.c +199 -0
  1335. data/ext/alphatau/native/sdl/visualtest/src/mischelper.c +28 -0
  1336. data/ext/alphatau/native/sdl/visualtest/src/parsehelper.c +231 -0
  1337. data/ext/alphatau/native/sdl/visualtest/src/rwhelper.c +131 -0
  1338. data/ext/alphatau/native/sdl/visualtest/src/screenshot.c +136 -0
  1339. data/ext/alphatau/native/sdl/visualtest/src/sut_configparser.c +232 -0
  1340. data/ext/alphatau/native/sdl/visualtest/src/testharness.c +533 -0
  1341. data/ext/alphatau/native/sdl/visualtest/src/variator_common.c +225 -0
  1342. data/ext/alphatau/native/sdl/visualtest/src/variator_exhaustive.c +132 -0
  1343. data/ext/alphatau/native/sdl/visualtest/src/variator_random.c +111 -0
  1344. data/ext/alphatau/native/sdl/visualtest/src/variators.c +93 -0
  1345. data/ext/alphatau/native/sdl/visualtest/src/windows/windows_process.c +284 -0
  1346. data/ext/alphatau/native/sdl/visualtest/src/windows/windows_screenshot.c +349 -0
  1347. data/ext/alphatau/native/sdl/visualtest/stamp-h1 +1 -0
  1348. data/ext/alphatau/native/sdl/visualtest/testsprite2_sample.actions +3 -0
  1349. data/ext/alphatau/native/sdl/visualtest/testsprite2_sample.config +6 -0
  1350. data/ext/alphatau/native/sdl/visualtest/testsprite2_sample.parameters +29 -0
  1351. data/ext/alphatau/native/sdl/visualtest/unittest/testquit.actions +1 -0
  1352. data/ext/alphatau/native/sdl/visualtest/unittest/testquit.c +101 -0
  1353. data/ext/alphatau/native/sdl/visualtest/unittest/testquit.config +5 -0
  1354. data/ext/alphatau/native/sdl/visualtest/unittest/testquit.parameters +3 -0
  1355. data/ext/alphatau/native/sdl/wayland-protocols/pointer-constraints-unstable-v1.xml +339 -0
  1356. data/ext/alphatau/native/sdl/wayland-protocols/relative-pointer-unstable-v1.xml +136 -0
  1357. data/ext/alphatau/native/sdl/wayland-protocols/wayland.xml +2746 -0
  1358. data/ext/alphatau/native/sdl/wayland-protocols/xdg-shell-unstable-v6.xml +1044 -0
  1359. data/ext/alphatau/native/sdl/wayland-protocols/xdg-shell.xml +1120 -0
  1360. data/lib/alphatau.rb +12 -0
  1361. data/lib/alphatau/version.rb +3 -0
  1362. metadata +1465 -0
@@ -0,0 +1,18 @@
1
+
2
+
3
+ OS=$(shell uname)
4
+
5
+ ifeq ($(OS), Linux)
6
+ FILE=Makefile.linux
7
+ endif
8
+
9
+ ifeq ($(OS), FreeBSD)
10
+ FILE=Makefile.freebsd
11
+ endif
12
+
13
+ ifeq ($(FILE), )
14
+ all:
15
+ $(error Your platform ${OS} is not supported by hidapi/libusb at this time.)
16
+ endif
17
+
18
+ include $(FILE)
@@ -0,0 +1,27 @@
1
+ AM_CPPFLAGS = -I$(top_srcdir)/hidapi $(CFLAGS_LIBUSB)
2
+
3
+ if OS_LINUX
4
+ lib_LTLIBRARIES = libhidapi-libusb.la
5
+ libhidapi_libusb_la_SOURCES = hid.c
6
+ libhidapi_libusb_la_LDFLAGS = $(LTLDFLAGS) $(PTHREAD_CFLAGS)
7
+ libhidapi_libusb_la_LIBADD = $(LIBS_LIBUSB)
8
+ endif
9
+
10
+ if OS_FREEBSD
11
+ lib_LTLIBRARIES = libhidapi.la
12
+ libhidapi_la_SOURCES = hid.c
13
+ libhidapi_la_LDFLAGS = $(LTLDFLAGS)
14
+ libhidapi_la_LIBADD = $(LIBS_LIBUSB)
15
+ endif
16
+
17
+ if OS_KFREEBSD
18
+ lib_LTLIBRARIES = libhidapi.la
19
+ libhidapi_la_SOURCES = hid.c
20
+ libhidapi_la_LDFLAGS = $(LTLDFLAGS)
21
+ libhidapi_la_LIBADD = $(LIBS_LIBUSB)
22
+ endif
23
+
24
+ hdrdir = $(includedir)/hidapi
25
+ hdr_HEADERS = $(top_srcdir)/hidapi/hidapi.h
26
+
27
+ EXTRA_DIST = Makefile-manual
@@ -0,0 +1,46 @@
1
+ ###########################################
2
+ # Simple Makefile for HIDAPI test program
3
+ #
4
+ # Alan Ott
5
+ # Signal 11 Software
6
+ # 2010-06-01
7
+ ###########################################
8
+
9
+ all: hidtest libs
10
+
11
+ libs: libhidapi.so
12
+
13
+ CC ?= cc
14
+ CFLAGS ?= -Wall -g -fPIC
15
+
16
+ CXX ?= c++
17
+ CXXFLAGS ?= -Wall -g
18
+
19
+ COBJS = hid.o
20
+ CPPOBJS = ../hidtest/hidtest.o
21
+ OBJS = $(COBJS) $(CPPOBJS)
22
+ INCLUDES = -I../hidapi -I/usr/local/include
23
+ LDFLAGS = -L/usr/local/lib
24
+ LIBS = -lusb -liconv -pthread
25
+
26
+
27
+ # Console Test Program
28
+ hidtest: $(OBJS)
29
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(LIBS)
30
+
31
+ # Shared Libs
32
+ libhidapi.so: $(COBJS)
33
+ $(CC) $(LDFLAGS) -shared -Wl,-soname,$@.0 $^ -o $@ $(LIBS)
34
+
35
+ # Objects
36
+ $(COBJS): %.o: %.c
37
+ $(CC) $(CFLAGS) -c $(INCLUDES) $< -o $@
38
+
39
+ $(CPPOBJS): %.o: %.cpp
40
+ $(CXX) $(CXXFLAGS) -c $(INCLUDES) $< -o $@
41
+
42
+
43
+ clean:
44
+ rm -f $(OBJS) hidtest libhidapi.so ../hidtest/hidtest.o
45
+
46
+ .PHONY: clean libs
@@ -0,0 +1,49 @@
1
+ ###########################################
2
+ # Simple Makefile for HIDAPI test program
3
+ #
4
+ # Alan Ott
5
+ # Signal 11 Software
6
+ # 2010-06-01
7
+ ###########################################
8
+
9
+ all: hidtest-libusb libs
10
+
11
+ libs: libhidapi-libusb.so
12
+
13
+ CC ?= gcc
14
+ CFLAGS ?= -Wall -g -fpic
15
+
16
+ CXX ?= g++
17
+ CXXFLAGS ?= -Wall -g -fpic
18
+
19
+ LDFLAGS ?= -Wall -g
20
+
21
+ COBJS_LIBUSB = hid.o
22
+ COBJS = $(COBJS_LIBUSB)
23
+ CPPOBJS = ../hidtest/hidtest.o
24
+ OBJS = $(COBJS) $(CPPOBJS)
25
+ LIBS_USB = `pkg-config libusb-1.0 --libs` -lrt -lpthread
26
+ LIBS = $(LIBS_USB)
27
+ INCLUDES ?= -I../hidapi `pkg-config libusb-1.0 --cflags`
28
+
29
+
30
+ # Console Test Program
31
+ hidtest-libusb: $(COBJS_LIBUSB) $(CPPOBJS)
32
+ $(CXX) $(LDFLAGS) $^ $(LIBS_USB) -o $@
33
+
34
+ # Shared Libs
35
+ libhidapi-libusb.so: $(COBJS_LIBUSB)
36
+ $(CC) $(LDFLAGS) $(LIBS_USB) -shared -fpic -Wl,-soname,$@.0 $^ -o $@
37
+
38
+ # Objects
39
+ $(COBJS): %.o: %.c
40
+ $(CC) $(CFLAGS) -c $(INCLUDES) $< -o $@
41
+
42
+ $(CPPOBJS): %.o: %.cpp
43
+ $(CXX) $(CXXFLAGS) -c $(INCLUDES) $< -o $@
44
+
45
+
46
+ clean:
47
+ rm -f $(OBJS) hidtest-libusb libhidapi-libusb.so ../hidtest/hidtest.o
48
+
49
+ .PHONY: clean libs
@@ -0,0 +1,1615 @@
1
+ /*******************************************************
2
+ HIDAPI - Multi-Platform library for
3
+ communication with HID devices.
4
+
5
+ Alan Ott
6
+ Signal 11 Software
7
+
8
+ 8/22/2009
9
+ Linux Version - 6/2/2010
10
+ Libusb Version - 8/13/2010
11
+ FreeBSD Version - 11/1/2011
12
+
13
+ Copyright 2009, All Rights Reserved.
14
+
15
+ At the discretion of the user of this library,
16
+ this software may be licensed under the terms of the
17
+ GNU General Public License v3, a BSD-Style license, or the
18
+ original HIDAPI license as outlined in the LICENSE.txt,
19
+ LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt
20
+ files located at the root of the source distribution.
21
+ These files may also be found in the public source
22
+ code repository located at:
23
+ http://github.com/signal11/hidapi .
24
+ ********************************************************/
25
+
26
+ #ifndef _GNU_SOURCE
27
+ #define _GNU_SOURCE /* needed for wcsdup() before glibc 2.10 */
28
+ #endif
29
+
30
+ /* C */
31
+ #include <stdio.h>
32
+ #include <string.h>
33
+ #include <stdlib.h>
34
+ #include <ctype.h>
35
+ #include <locale.h>
36
+ #include <errno.h>
37
+
38
+ /* Unix */
39
+ #include <unistd.h>
40
+ #include <sys/types.h>
41
+ #include <sys/stat.h>
42
+ #include <sys/ioctl.h>
43
+ #include <sys/utsname.h>
44
+ #include <fcntl.h>
45
+ #include <pthread.h>
46
+ #include <wchar.h>
47
+
48
+ /* GNU / LibUSB */
49
+ #include <libusb.h>
50
+ #ifndef __ANDROID__
51
+ #include <iconv.h>
52
+ #endif
53
+
54
+ #include "hidapi.h"
55
+
56
+ #ifdef NAMESPACE
57
+ namespace NAMESPACE
58
+ {
59
+ #endif
60
+
61
+ #ifdef __ANDROID__
62
+
63
+ /* Barrier implementation because Android/Bionic don't have pthread_barrier.
64
+ This implementation came from Brent Priddy and was posted on
65
+ StackOverflow. It is used with his permission. */
66
+ typedef int pthread_barrierattr_t;
67
+ typedef struct pthread_barrier {
68
+ pthread_mutex_t mutex;
69
+ pthread_cond_t cond;
70
+ int count;
71
+ int trip_count;
72
+ } pthread_barrier_t;
73
+
74
+ static int pthread_barrier_init(pthread_barrier_t *barrier, const pthread_barrierattr_t *attr, unsigned int count)
75
+ {
76
+ if(count == 0) {
77
+ errno = EINVAL;
78
+ return -1;
79
+ }
80
+
81
+ if(pthread_mutex_init(&barrier->mutex, 0) < 0) {
82
+ return -1;
83
+ }
84
+ if(pthread_cond_init(&barrier->cond, 0) < 0) {
85
+ pthread_mutex_destroy(&barrier->mutex);
86
+ return -1;
87
+ }
88
+ barrier->trip_count = count;
89
+ barrier->count = 0;
90
+
91
+ return 0;
92
+ }
93
+
94
+ static int pthread_barrier_destroy(pthread_barrier_t *barrier)
95
+ {
96
+ pthread_cond_destroy(&barrier->cond);
97
+ pthread_mutex_destroy(&barrier->mutex);
98
+ return 0;
99
+ }
100
+
101
+ static int pthread_barrier_wait(pthread_barrier_t *barrier)
102
+ {
103
+ pthread_mutex_lock(&barrier->mutex);
104
+ ++(barrier->count);
105
+ if(barrier->count >= barrier->trip_count)
106
+ {
107
+ barrier->count = 0;
108
+ pthread_cond_broadcast(&barrier->cond);
109
+ pthread_mutex_unlock(&barrier->mutex);
110
+ return 1;
111
+ }
112
+ else
113
+ {
114
+ pthread_cond_wait(&barrier->cond, &(barrier->mutex));
115
+ pthread_mutex_unlock(&barrier->mutex);
116
+ return 0;
117
+ }
118
+ }
119
+
120
+ #endif
121
+
122
+ #if defined(__cplusplus) && !defined(NAMESPACE)
123
+ extern "C" {
124
+ #endif
125
+
126
+ #ifdef DEBUG_PRINTF
127
+ #define LOG(...) fprintf(stderr, __VA_ARGS__)
128
+ #else
129
+ #define LOG(...) do {} while (0)
130
+ #endif
131
+
132
+ #ifndef __FreeBSD__
133
+ #define DETACH_KERNEL_DRIVER
134
+ #endif
135
+
136
+ /* Uncomment to enable the retrieval of Usage and Usage Page in
137
+ hid_enumerate(). Warning, on platforms different from FreeBSD
138
+ this is very invasive as it requires the detach
139
+ and re-attach of the kernel driver. See comments inside hid_enumerate().
140
+ libusb HIDAPI programs are encouraged to use the interface number
141
+ instead to differentiate between interfaces on a composite HID device. */
142
+ /*#define INVASIVE_GET_USAGE*/
143
+
144
+ /* Linked List of input reports received from the device. */
145
+ struct input_report {
146
+ uint8_t *data;
147
+ size_t len;
148
+ struct input_report *next;
149
+ };
150
+
151
+
152
+ struct hid_device_ {
153
+ /* Handle to the actual device. */
154
+ libusb_device_handle *device_handle;
155
+
156
+ /* Endpoint information */
157
+ int input_endpoint;
158
+ int output_endpoint;
159
+ int input_ep_max_packet_size;
160
+
161
+ /* The interface number of the HID */
162
+ int interface;
163
+
164
+ /* Indexes of Strings */
165
+ int manufacturer_index;
166
+ int product_index;
167
+ int serial_index;
168
+
169
+ /* Whether blocking reads are used */
170
+ int blocking; /* boolean */
171
+
172
+ /* Read thread objects */
173
+ pthread_t thread;
174
+ pthread_mutex_t mutex; /* Protects input_reports */
175
+ pthread_cond_t condition;
176
+ pthread_barrier_t barrier; /* Ensures correct startup sequence */
177
+ int shutdown_thread;
178
+ int cancelled;
179
+ struct libusb_transfer *transfer;
180
+
181
+ /* List of received input reports. */
182
+ struct input_report *input_reports;
183
+ };
184
+
185
+ static libusb_context *usb_context = NULL;
186
+
187
+ uint16_t get_usb_code_for_current_locale(void);
188
+ static int return_data(hid_device *dev, unsigned char *data, size_t length);
189
+
190
+ static hid_device *new_hid_device(void)
191
+ {
192
+ hid_device *dev = (hid_device *)calloc(1, sizeof(hid_device));
193
+ dev->blocking = 1;
194
+
195
+ pthread_mutex_init(&dev->mutex, NULL);
196
+ pthread_cond_init(&dev->condition, NULL);
197
+ pthread_barrier_init(&dev->barrier, NULL, 2);
198
+
199
+ return dev;
200
+ }
201
+
202
+ static void free_hid_device(hid_device *dev)
203
+ {
204
+ /* Clean up the thread objects */
205
+ pthread_barrier_destroy(&dev->barrier);
206
+ pthread_cond_destroy(&dev->condition);
207
+ pthread_mutex_destroy(&dev->mutex);
208
+
209
+ /* Free the device itself */
210
+ free(dev);
211
+ }
212
+
213
+ #if 0
214
+ /*TODO: Implement this funciton on hidapi/libusb.. */
215
+ static void register_error(hid_device *device, const char *op)
216
+ {
217
+
218
+ }
219
+ #endif
220
+
221
+ #ifdef INVASIVE_GET_USAGE
222
+ /* Get bytes from a HID Report Descriptor.
223
+ Only call with a num_bytes of 0, 1, 2, or 4. */
224
+ static uint32_t get_bytes(uint8_t *rpt, size_t len, size_t num_bytes, size_t cur)
225
+ {
226
+ /* Return if there aren't enough bytes. */
227
+ if (cur + num_bytes >= len)
228
+ return 0;
229
+
230
+ if (num_bytes == 0)
231
+ return 0;
232
+ else if (num_bytes == 1) {
233
+ return rpt[cur+1];
234
+ }
235
+ else if (num_bytes == 2) {
236
+ return (rpt[cur+2] * 256 + rpt[cur+1]);
237
+ }
238
+ else if (num_bytes == 4) {
239
+ return (rpt[cur+4] * 0x01000000 +
240
+ rpt[cur+3] * 0x00010000 +
241
+ rpt[cur+2] * 0x00000100 +
242
+ rpt[cur+1] * 0x00000001);
243
+ }
244
+ else
245
+ return 0;
246
+ }
247
+
248
+ /* Retrieves the device's Usage Page and Usage from the report
249
+ descriptor. The algorithm is simple, as it just returns the first
250
+ Usage and Usage Page that it finds in the descriptor.
251
+ The return value is 0 on success and -1 on failure. */
252
+ static int get_usage(uint8_t *report_descriptor, size_t size,
253
+ unsigned short *usage_page, unsigned short *usage)
254
+ {
255
+ unsigned int i = 0;
256
+ int size_code;
257
+ int data_len, key_size;
258
+ int usage_found = 0, usage_page_found = 0;
259
+
260
+ while (i < size) {
261
+ int key = report_descriptor[i];
262
+ int key_cmd = key & 0xfc;
263
+
264
+ //printf("key: %02hhx\n", key);
265
+
266
+ if ((key & 0xf0) == 0xf0) {
267
+ /* This is a Long Item. The next byte contains the
268
+ length of the data section (value) for this key.
269
+ See the HID specification, version 1.11, section
270
+ 6.2.2.3, titled "Long Items." */
271
+ if (i+1 < size)
272
+ data_len = report_descriptor[i+1];
273
+ else
274
+ data_len = 0; /* malformed report */
275
+ key_size = 3;
276
+ }
277
+ else {
278
+ /* This is a Short Item. The bottom two bits of the
279
+ key contain the size code for the data section
280
+ (value) for this key. Refer to the HID
281
+ specification, version 1.11, section 6.2.2.2,
282
+ titled "Short Items." */
283
+ size_code = key & 0x3;
284
+ switch (size_code) {
285
+ case 0:
286
+ case 1:
287
+ case 2:
288
+ data_len = size_code;
289
+ break;
290
+ case 3:
291
+ data_len = 4;
292
+ break;
293
+ default:
294
+ /* Can't ever happen since size_code is & 0x3 */
295
+ data_len = 0;
296
+ break;
297
+ };
298
+ key_size = 1;
299
+ }
300
+
301
+ if (key_cmd == 0x4) {
302
+ *usage_page = get_bytes(report_descriptor, size, data_len, i);
303
+ usage_page_found = 1;
304
+ //printf("Usage Page: %x\n", (uint32_t)*usage_page);
305
+ }
306
+ if (key_cmd == 0x8) {
307
+ *usage = get_bytes(report_descriptor, size, data_len, i);
308
+ usage_found = 1;
309
+ //printf("Usage: %x\n", (uint32_t)*usage);
310
+ }
311
+
312
+ if (usage_page_found && usage_found)
313
+ return 0; /* success */
314
+
315
+ /* Skip over this key and it's associated data */
316
+ i += data_len + key_size;
317
+ }
318
+
319
+ return -1; /* failure */
320
+ }
321
+ #endif /* INVASIVE_GET_USAGE */
322
+
323
+ #if defined(__FreeBSD__) && __FreeBSD__ < 10
324
+ /* The libusb version included in FreeBSD < 10 doesn't have this function. In
325
+ mainline libusb, it's inlined in libusb.h. This function will bear a striking
326
+ resemblance to that one, because there's about one way to code it.
327
+
328
+ Note that the data parameter is Unicode in UTF-16LE encoding.
329
+ Return value is the number of bytes in data, or LIBUSB_ERROR_*.
330
+ */
331
+ static inline int libusb_get_string_descriptor(libusb_device_handle *dev,
332
+ uint8_t descriptor_index, uint16_t lang_id,
333
+ unsigned char *data, int length)
334
+ {
335
+ return libusb_control_transfer(dev,
336
+ LIBUSB_ENDPOINT_IN | 0x0, /* Endpoint 0 IN */
337
+ LIBUSB_REQUEST_GET_DESCRIPTOR,
338
+ (LIBUSB_DT_STRING << 8) | descriptor_index,
339
+ lang_id, data, (uint16_t) length, 1000);
340
+ }
341
+
342
+ #endif
343
+
344
+
345
+ /* Get the first language the device says it reports. This comes from
346
+ USB string #0. */
347
+ static uint16_t get_first_language(libusb_device_handle *dev)
348
+ {
349
+ uint16_t buf[32];
350
+ int len;
351
+
352
+ /* Get the string from libusb. */
353
+ len = libusb_get_string_descriptor(dev,
354
+ 0x0, /* String ID */
355
+ 0x0, /* Language */
356
+ (unsigned char*)buf,
357
+ sizeof(buf));
358
+ if (len < 4)
359
+ return 0x0;
360
+
361
+ return buf[1]; /* First two bytes are len and descriptor type. */
362
+ }
363
+
364
+ static int is_language_supported(libusb_device_handle *dev, uint16_t lang)
365
+ {
366
+ uint16_t buf[32];
367
+ int len;
368
+ int i;
369
+
370
+ /* Get the string from libusb. */
371
+ len = libusb_get_string_descriptor(dev,
372
+ 0x0, /* String ID */
373
+ 0x0, /* Language */
374
+ (unsigned char*)buf,
375
+ sizeof(buf));
376
+ if (len < 4)
377
+ return 0x0;
378
+
379
+
380
+ len /= 2; /* language IDs are two-bytes each. */
381
+ /* Start at index 1 because there are two bytes of protocol data. */
382
+ for (i = 1; i < len; i++) {
383
+ if (buf[i] == lang)
384
+ return 1;
385
+ }
386
+
387
+ return 0;
388
+ }
389
+
390
+
391
+ /* This function returns a newly allocated wide string containing the USB
392
+ device string numbered by the index. The returned string must be freed
393
+ by using free(). */
394
+ static wchar_t *get_usb_string(libusb_device_handle *dev, uint8_t idx)
395
+ {
396
+ char buf[512];
397
+ int len;
398
+ wchar_t *str = NULL;
399
+
400
+ #ifndef __ANDROID__ /* we don't use iconv on Android */
401
+ wchar_t wbuf[256];
402
+ /* iconv variables */
403
+ iconv_t ic;
404
+ size_t inbytes;
405
+ size_t outbytes;
406
+ size_t res;
407
+ #ifdef __FreeBSD__
408
+ const char *inptr;
409
+ #else
410
+ char *inptr;
411
+ #endif
412
+ char *outptr;
413
+ #endif
414
+
415
+ /* Determine which language to use. */
416
+ uint16_t lang;
417
+ lang = get_usb_code_for_current_locale();
418
+ if (!is_language_supported(dev, lang))
419
+ lang = get_first_language(dev);
420
+
421
+ /* Get the string from libusb. */
422
+ len = libusb_get_string_descriptor(dev,
423
+ idx,
424
+ lang,
425
+ (unsigned char*)buf,
426
+ sizeof(buf));
427
+ if (len < 0)
428
+ return NULL;
429
+
430
+ #ifdef __ANDROID__
431
+
432
+ /* Bionic does not have iconv support nor wcsdup() function, so it
433
+ has to be done manually. The following code will only work for
434
+ code points that can be represented as a single UTF-16 character,
435
+ and will incorrectly convert any code points which require more
436
+ than one UTF-16 character.
437
+
438
+ Skip over the first character (2-bytes). */
439
+ len -= 2;
440
+ str = malloc((len / 2 + 1) * sizeof(wchar_t));
441
+ int i;
442
+ for (i = 0; i < len / 2; i++) {
443
+ str[i] = buf[i * 2 + 2] | (buf[i * 2 + 3] << 8);
444
+ }
445
+ str[len / 2] = 0x00000000;
446
+
447
+ #else
448
+
449
+ /* buf does not need to be explicitly NULL-terminated because
450
+ it is only passed into iconv() which does not need it. */
451
+
452
+ /* Initialize iconv. */
453
+ ic = iconv_open("WCHAR_T", "UTF-16LE");
454
+ if (ic == (iconv_t)-1) {
455
+ LOG("iconv_open() failed\n");
456
+ return NULL;
457
+ }
458
+
459
+ /* Convert to native wchar_t (UTF-32 on glibc/BSD systems).
460
+ Skip the first character (2-bytes). */
461
+ inptr = buf+2;
462
+ inbytes = len-2;
463
+ outptr = (char*) wbuf;
464
+ outbytes = sizeof(wbuf);
465
+ res = iconv(ic, &inptr, &inbytes, &outptr, &outbytes);
466
+ if (res == (size_t)-1) {
467
+ LOG("iconv() failed\n");
468
+ goto err;
469
+ }
470
+
471
+ /* Write the terminating NULL. */
472
+ wbuf[sizeof(wbuf)/sizeof(wbuf[0])-1] = 0x00000000;
473
+ if (outbytes >= sizeof(wbuf[0]))
474
+ *((wchar_t*)outptr) = 0x00000000;
475
+
476
+ /* Allocate and copy the string. */
477
+ str = wcsdup(wbuf);
478
+
479
+ err:
480
+ iconv_close(ic);
481
+
482
+ #endif
483
+
484
+ return str;
485
+ }
486
+
487
+ static char *make_path(libusb_device *dev, int interface_number)
488
+ {
489
+ char str[64];
490
+ snprintf(str, sizeof(str), "%04x:%04x:%02x",
491
+ libusb_get_bus_number(dev),
492
+ libusb_get_device_address(dev),
493
+ interface_number);
494
+ str[sizeof(str)-1] = '\0';
495
+
496
+ return strdup(str);
497
+ }
498
+
499
+
500
+ int HID_API_EXPORT hid_init(void)
501
+ {
502
+ if (!usb_context) {
503
+ const char *locale;
504
+
505
+ /* Init Libusb */
506
+ if (libusb_init(&usb_context))
507
+ return -1;
508
+
509
+ /* Set the locale if it's not set. */
510
+ locale = setlocale(LC_CTYPE, NULL);
511
+ if (!locale)
512
+ setlocale(LC_CTYPE, "");
513
+ }
514
+
515
+ return 0;
516
+ }
517
+
518
+ int HID_API_EXPORT hid_exit(void)
519
+ {
520
+ if (usb_context) {
521
+ libusb_exit(usb_context);
522
+ usb_context = NULL;
523
+ }
524
+
525
+ return 0;
526
+ }
527
+
528
+ static int is_xbox360(unsigned short vendor_id, const struct libusb_interface_descriptor *intf_desc)
529
+ {
530
+ static const int XB360_IFACE_SUBCLASS = 93;
531
+ static const int XB360_IFACE_PROTOCOL = 1; /* Wired only */
532
+ static const int SUPPORTED_VENDORS[] = {
533
+ 0x0079, /* GPD Win 2 */
534
+ 0x044f, /* Thrustmaster */
535
+ 0x045e, /* Microsoft */
536
+ 0x046d, /* Logitech */
537
+ 0x056e, /* Elecom */
538
+ 0x06a3, /* Saitek */
539
+ 0x0738, /* Mad Catz */
540
+ 0x07ff, /* Mad Catz */
541
+ 0x0e6f, /* Unknown */
542
+ 0x0f0d, /* Hori */
543
+ 0x11c9, /* Nacon */
544
+ 0x12ab, /* Unknown */
545
+ 0x1430, /* RedOctane */
546
+ 0x146b, /* BigBen */
547
+ 0x1532, /* Razer Sabertooth */
548
+ 0x15e4, /* Numark */
549
+ 0x162e, /* Joytech */
550
+ 0x1689, /* Razer Onza */
551
+ 0x1bad, /* Harmonix */
552
+ 0x24c6, /* PowerA */
553
+ };
554
+
555
+ if (intf_desc->bInterfaceNumber == 0 &&
556
+ intf_desc->bInterfaceClass == LIBUSB_CLASS_VENDOR_SPEC &&
557
+ intf_desc->bInterfaceSubClass == XB360_IFACE_SUBCLASS &&
558
+ intf_desc->bInterfaceProtocol == XB360_IFACE_PROTOCOL) {
559
+ int i;
560
+ for (i = 0; i < sizeof(SUPPORTED_VENDORS)/sizeof(SUPPORTED_VENDORS[0]); ++i) {
561
+ if (vendor_id == SUPPORTED_VENDORS[i]) {
562
+ return 1;
563
+ }
564
+ }
565
+ }
566
+ return 0;
567
+ }
568
+
569
+ static int is_xboxone(unsigned short vendor_id, const struct libusb_interface_descriptor *intf_desc)
570
+ {
571
+ static const int XB1_IFACE_SUBCLASS = 71;
572
+ static const int XB1_IFACE_PROTOCOL = 208;
573
+ static const int SUPPORTED_VENDORS[] = {
574
+ 0x045e, /* Microsoft */
575
+ 0x0738, /* Mad Catz */
576
+ 0x0e6f, /* Unknown */
577
+ 0x0f0d, /* Hori */
578
+ 0x1532, /* Razer Wildcat */
579
+ 0x24c6, /* PowerA */
580
+ };
581
+
582
+ if (intf_desc->bInterfaceNumber == 0 &&
583
+ intf_desc->bInterfaceClass == LIBUSB_CLASS_VENDOR_SPEC &&
584
+ intf_desc->bInterfaceSubClass == XB1_IFACE_SUBCLASS &&
585
+ intf_desc->bInterfaceProtocol == XB1_IFACE_PROTOCOL) {
586
+ int i;
587
+ for (i = 0; i < sizeof(SUPPORTED_VENDORS)/sizeof(SUPPORTED_VENDORS[0]); ++i) {
588
+ if (vendor_id == SUPPORTED_VENDORS[i]) {
589
+ return 1;
590
+ }
591
+ }
592
+ }
593
+ return 0;
594
+ }
595
+
596
+ static int should_enumerate_interface(unsigned short vendor_id, const struct libusb_interface_descriptor *intf_desc)
597
+ {
598
+ if (intf_desc->bInterfaceClass == LIBUSB_CLASS_HID)
599
+ return 1;
600
+
601
+ /* Also enumerate Xbox 360 controllers */
602
+ if (is_xbox360(vendor_id, intf_desc))
603
+ {
604
+ /* hid_write() to Xbox 360 controllers doesn't seem to work on Linux:
605
+ - xpad 1-2:1.0: xpad_try_sending_next_out_packet - usb_submit_urb failed with result -2
606
+ Xbox 360 controller support is good on Linux anyway, so we'll ignore this for now.
607
+ return 1;
608
+ */
609
+ }
610
+
611
+ /* Also enumerate Xbox One controllers */
612
+ if (is_xboxone(vendor_id, intf_desc))
613
+ return 1;
614
+
615
+ return 0;
616
+ }
617
+
618
+ struct hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id, unsigned short product_id)
619
+ {
620
+ libusb_device **devs;
621
+ libusb_device *dev;
622
+ libusb_device_handle *handle;
623
+ ssize_t num_devs;
624
+ int i = 0;
625
+
626
+ struct hid_device_info *root = NULL; /* return object */
627
+ struct hid_device_info *cur_dev = NULL;
628
+
629
+ if(hid_init() < 0)
630
+ return NULL;
631
+
632
+ num_devs = libusb_get_device_list(usb_context, &devs);
633
+ if (num_devs < 0)
634
+ return NULL;
635
+ while ((dev = devs[i++]) != NULL) {
636
+ struct libusb_device_descriptor desc;
637
+ struct libusb_config_descriptor *conf_desc = NULL;
638
+ int j, k;
639
+ int interface_num = 0;
640
+
641
+ int res = libusb_get_device_descriptor(dev, &desc);
642
+ unsigned short dev_vid = desc.idVendor;
643
+ unsigned short dev_pid = desc.idProduct;
644
+
645
+ res = libusb_get_active_config_descriptor(dev, &conf_desc);
646
+ if (res < 0)
647
+ libusb_get_config_descriptor(dev, 0, &conf_desc);
648
+ if (conf_desc) {
649
+ for (j = 0; j < conf_desc->bNumInterfaces; j++) {
650
+ const struct libusb_interface *intf = &conf_desc->interface[j];
651
+ for (k = 0; k < intf->num_altsetting; k++) {
652
+ const struct libusb_interface_descriptor *intf_desc;
653
+ intf_desc = &intf->altsetting[k];
654
+ if (should_enumerate_interface(dev_vid, intf_desc)) {
655
+ interface_num = intf_desc->bInterfaceNumber;
656
+
657
+ /* Check the VID/PID against the arguments */
658
+ if ((vendor_id == 0x0 || vendor_id == dev_vid) &&
659
+ (product_id == 0x0 || product_id == dev_pid)) {
660
+ struct hid_device_info *tmp;
661
+
662
+ /* VID/PID match. Create the record. */
663
+ tmp = (struct hid_device_info *)calloc(1, sizeof(struct hid_device_info));
664
+ if (cur_dev) {
665
+ cur_dev->next = tmp;
666
+ }
667
+ else {
668
+ root = tmp;
669
+ }
670
+ cur_dev = tmp;
671
+
672
+ /* Fill out the record */
673
+ cur_dev->next = NULL;
674
+ cur_dev->path = make_path(dev, interface_num);
675
+
676
+ res = libusb_open(dev, &handle);
677
+
678
+ if (res >= 0) {
679
+ /* Serial Number */
680
+ if (desc.iSerialNumber > 0)
681
+ cur_dev->serial_number =
682
+ get_usb_string(handle, desc.iSerialNumber);
683
+
684
+ /* Manufacturer and Product strings */
685
+ if (desc.iManufacturer > 0)
686
+ cur_dev->manufacturer_string =
687
+ get_usb_string(handle, desc.iManufacturer);
688
+ if (desc.iProduct > 0)
689
+ cur_dev->product_string =
690
+ get_usb_string(handle, desc.iProduct);
691
+
692
+ #ifdef INVASIVE_GET_USAGE
693
+ {
694
+ /*
695
+ This section is removed because it is too
696
+ invasive on the system. Getting a Usage Page
697
+ and Usage requires parsing the HID Report
698
+ descriptor. Getting a HID Report descriptor
699
+ involves claiming the interface. Claiming the
700
+ interface involves detaching the kernel driver.
701
+ Detaching the kernel driver is hard on the system
702
+ because it will unclaim interfaces (if another
703
+ app has them claimed) and the re-attachment of
704
+ the driver will sometimes change /dev entry names.
705
+ It is for these reasons that this section is
706
+ #if 0. For composite devices, use the interface
707
+ field in the hid_device_info struct to distinguish
708
+ between interfaces. */
709
+ unsigned char data[256];
710
+ #ifdef DETACH_KERNEL_DRIVER
711
+ int detached = 0;
712
+ /* Usage Page and Usage */
713
+ res = libusb_kernel_driver_active(handle, interface_num);
714
+ if (res == 1) {
715
+ res = libusb_detach_kernel_driver(handle, interface_num);
716
+ if (res < 0)
717
+ LOG("Couldn't detach kernel driver, even though a kernel driver was attached.");
718
+ else
719
+ detached = 1;
720
+ }
721
+ #endif
722
+ res = libusb_claim_interface(handle, interface_num);
723
+ if (res >= 0) {
724
+ /* Get the HID Report Descriptor. */
725
+ res = libusb_control_transfer(handle, LIBUSB_ENDPOINT_IN|LIBUSB_RECIPIENT_INTERFACE, LIBUSB_REQUEST_GET_DESCRIPTOR, (LIBUSB_DT_REPORT << 8)|interface_num, 0, data, sizeof(data), 5000);
726
+ if (res >= 0) {
727
+ unsigned short page=0, usage=0;
728
+ /* Parse the usage and usage page
729
+ out of the report descriptor. */
730
+ get_usage(data, res, &page, &usage);
731
+ cur_dev->usage_page = page;
732
+ cur_dev->usage = usage;
733
+ }
734
+ else
735
+ LOG("libusb_control_transfer() for getting the HID report failed with %d\n", res);
736
+
737
+ /* Release the interface */
738
+ res = libusb_release_interface(handle, interface_num);
739
+ if (res < 0)
740
+ LOG("Can't release the interface.\n");
741
+ }
742
+ else
743
+ LOG("Can't claim interface %d\n", res);
744
+ #ifdef DETACH_KERNEL_DRIVER
745
+ /* Re-attach kernel driver if necessary. */
746
+ if (detached) {
747
+ res = libusb_attach_kernel_driver(handle, interface_num);
748
+ if (res < 0)
749
+ LOG("Couldn't re-attach kernel driver.\n");
750
+ }
751
+ #endif
752
+ }
753
+ #endif /* INVASIVE_GET_USAGE */
754
+
755
+ libusb_close(handle);
756
+ }
757
+ /* VID/PID */
758
+ cur_dev->vendor_id = dev_vid;
759
+ cur_dev->product_id = dev_pid;
760
+
761
+ /* Release Number */
762
+ cur_dev->release_number = desc.bcdDevice;
763
+
764
+ /* Interface Number */
765
+ cur_dev->interface_number = interface_num;
766
+ }
767
+ }
768
+ } /* altsettings */
769
+ } /* interfaces */
770
+ libusb_free_config_descriptor(conf_desc);
771
+ }
772
+ }
773
+
774
+ libusb_free_device_list(devs, 1);
775
+
776
+ return root;
777
+ }
778
+
779
+ void HID_API_EXPORT hid_free_enumeration(struct hid_device_info *devs)
780
+ {
781
+ struct hid_device_info *d = devs;
782
+ while (d) {
783
+ struct hid_device_info *next = d->next;
784
+ free(d->path);
785
+ free(d->serial_number);
786
+ free(d->manufacturer_string);
787
+ free(d->product_string);
788
+ free(d);
789
+ d = next;
790
+ }
791
+ }
792
+
793
+ hid_device * hid_open(unsigned short vendor_id, unsigned short product_id, const wchar_t *serial_number)
794
+ {
795
+ struct hid_device_info *devs, *cur_dev;
796
+ const char *path_to_open = NULL;
797
+ hid_device *handle = NULL;
798
+
799
+ devs = hid_enumerate(vendor_id, product_id);
800
+ cur_dev = devs;
801
+ while (cur_dev) {
802
+ if (cur_dev->vendor_id == vendor_id &&
803
+ cur_dev->product_id == product_id) {
804
+ if (serial_number) {
805
+ if (cur_dev->serial_number &&
806
+ wcscmp(serial_number, cur_dev->serial_number) == 0) {
807
+ path_to_open = cur_dev->path;
808
+ break;
809
+ }
810
+ }
811
+ else {
812
+ path_to_open = cur_dev->path;
813
+ break;
814
+ }
815
+ }
816
+ cur_dev = cur_dev->next;
817
+ }
818
+
819
+ if (path_to_open) {
820
+ /* Open the device */
821
+ handle = hid_open_path(path_to_open, 0);
822
+ }
823
+
824
+ hid_free_enumeration(devs);
825
+
826
+ return handle;
827
+ }
828
+
829
+ static void read_callback(struct libusb_transfer *transfer)
830
+ {
831
+ hid_device *dev = (hid_device *)transfer->user_data;
832
+ int res;
833
+
834
+ if (transfer->status == LIBUSB_TRANSFER_COMPLETED) {
835
+
836
+ struct input_report *rpt = (struct input_report *)malloc(sizeof(*rpt));
837
+ rpt->data = (uint8_t *)malloc(transfer->actual_length);
838
+ memcpy(rpt->data, transfer->buffer, transfer->actual_length);
839
+ rpt->len = transfer->actual_length;
840
+ rpt->next = NULL;
841
+
842
+ pthread_mutex_lock(&dev->mutex);
843
+
844
+ /* Attach the new report object to the end of the list. */
845
+ if (dev->input_reports == NULL) {
846
+ /* The list is empty. Put it at the root. */
847
+ dev->input_reports = rpt;
848
+ pthread_cond_signal(&dev->condition);
849
+ }
850
+ else {
851
+ /* Find the end of the list and attach. */
852
+ struct input_report *cur = dev->input_reports;
853
+ int num_queued = 0;
854
+ while (cur->next != NULL) {
855
+ cur = cur->next;
856
+ num_queued++;
857
+ }
858
+ cur->next = rpt;
859
+
860
+ /* Pop one off if we've reached 30 in the queue. This
861
+ way we don't grow forever if the user never reads
862
+ anything from the device. */
863
+ if (num_queued > 30) {
864
+ return_data(dev, NULL, 0);
865
+ }
866
+ }
867
+ pthread_mutex_unlock(&dev->mutex);
868
+ }
869
+ else if (transfer->status == LIBUSB_TRANSFER_CANCELLED) {
870
+ dev->shutdown_thread = 1;
871
+ dev->cancelled = 1;
872
+ return;
873
+ }
874
+ else if (transfer->status == LIBUSB_TRANSFER_NO_DEVICE) {
875
+ dev->shutdown_thread = 1;
876
+ dev->cancelled = 1;
877
+ return;
878
+ }
879
+ else if (transfer->status == LIBUSB_TRANSFER_TIMED_OUT) {
880
+ //LOG("Timeout (normal)\n");
881
+ }
882
+ else {
883
+ LOG("Unknown transfer code: %d\n", transfer->status);
884
+ }
885
+
886
+ /* Re-submit the transfer object. */
887
+ res = libusb_submit_transfer(transfer);
888
+ if (res != 0) {
889
+ LOG("Unable to submit URB. libusb error code: %d\n", res);
890
+ dev->shutdown_thread = 1;
891
+ dev->cancelled = 1;
892
+ }
893
+ }
894
+
895
+
896
+ static void *read_thread(void *param)
897
+ {
898
+ hid_device *dev = (hid_device *)param;
899
+ unsigned char *buf;
900
+ const size_t length = dev->input_ep_max_packet_size;
901
+
902
+ /* Set up the transfer object. */
903
+ buf = (unsigned char *)malloc(length);
904
+ dev->transfer = libusb_alloc_transfer(0);
905
+ libusb_fill_interrupt_transfer(dev->transfer,
906
+ dev->device_handle,
907
+ dev->input_endpoint,
908
+ buf,
909
+ length,
910
+ read_callback,
911
+ dev,
912
+ 5000/*timeout*/);
913
+
914
+ /* Make the first submission. Further submissions are made
915
+ from inside read_callback() */
916
+ libusb_submit_transfer(dev->transfer);
917
+
918
+ /* Notify the main thread that the read thread is up and running. */
919
+ pthread_barrier_wait(&dev->barrier);
920
+
921
+ /* Handle all the events. */
922
+ while (!dev->shutdown_thread) {
923
+ int res;
924
+ res = libusb_handle_events(usb_context);
925
+ if (res < 0) {
926
+ /* There was an error. */
927
+ LOG("read_thread(): libusb reports error # %d\n", res);
928
+
929
+ /* Break out of this loop only on fatal error.*/
930
+ if (res != LIBUSB_ERROR_BUSY &&
931
+ res != LIBUSB_ERROR_TIMEOUT &&
932
+ res != LIBUSB_ERROR_OVERFLOW &&
933
+ res != LIBUSB_ERROR_INTERRUPTED) {
934
+ break;
935
+ }
936
+ }
937
+ }
938
+
939
+ /* Cancel any transfer that may be pending. This call will fail
940
+ if no transfers are pending, but that's OK. */
941
+ libusb_cancel_transfer(dev->transfer);
942
+
943
+ while (!dev->cancelled)
944
+ libusb_handle_events_completed(usb_context, &dev->cancelled);
945
+
946
+ /* Now that the read thread is stopping, Wake any threads which are
947
+ waiting on data (in hid_read_timeout()). Do this under a mutex to
948
+ make sure that a thread which is about to go to sleep waiting on
949
+ the condition actually will go to sleep before the condition is
950
+ signaled. */
951
+ pthread_mutex_lock(&dev->mutex);
952
+ pthread_cond_broadcast(&dev->condition);
953
+ pthread_mutex_unlock(&dev->mutex);
954
+
955
+ /* The dev->transfer->buffer and dev->transfer objects are cleaned up
956
+ in hid_close(). They are not cleaned up here because this thread
957
+ could end either due to a disconnect or due to a user
958
+ call to hid_close(). In both cases the objects can be safely
959
+ cleaned up after the call to pthread_join() (in hid_close()), but
960
+ since hid_close() calls libusb_cancel_transfer(), on these objects,
961
+ they can not be cleaned up here. */
962
+
963
+ return NULL;
964
+ }
965
+
966
+
967
+ hid_device * HID_API_EXPORT hid_open_path(const char *path, int bExclusive)
968
+ {
969
+ hid_device *dev = NULL;
970
+
971
+ libusb_device **devs;
972
+ libusb_device *usb_dev;
973
+ int res;
974
+ int d = 0;
975
+ int good_open = 0;
976
+
977
+ if(hid_init() < 0)
978
+ return NULL;
979
+
980
+ dev = new_hid_device();
981
+
982
+ libusb_get_device_list(usb_context, &devs);
983
+ while ((usb_dev = devs[d++]) != NULL) {
984
+ struct libusb_device_descriptor desc;
985
+ struct libusb_config_descriptor *conf_desc = NULL;
986
+ int i,j,k;
987
+ libusb_get_device_descriptor(usb_dev, &desc);
988
+
989
+ if (libusb_get_active_config_descriptor(usb_dev, &conf_desc) < 0)
990
+ continue;
991
+ for (j = 0; j < conf_desc->bNumInterfaces; j++) {
992
+ const struct libusb_interface *intf = &conf_desc->interface[j];
993
+ for (k = 0; k < intf->num_altsetting; k++) {
994
+ const struct libusb_interface_descriptor *intf_desc;
995
+ intf_desc = &intf->altsetting[k];
996
+ if (should_enumerate_interface(desc.idVendor, intf_desc)) {
997
+ char *dev_path = make_path(usb_dev, intf_desc->bInterfaceNumber);
998
+ if (!strcmp(dev_path, path)) {
999
+ /* Matched Paths. Open this device */
1000
+
1001
+ /* OPEN HERE */
1002
+ res = libusb_open(usb_dev, &dev->device_handle);
1003
+ if (res < 0) {
1004
+ LOG("can't open device\n");
1005
+ free(dev_path);
1006
+ break;
1007
+ }
1008
+ good_open = 1;
1009
+ #ifdef DETACH_KERNEL_DRIVER
1010
+ /* Detach the kernel driver, but only if the
1011
+ device is managed by the kernel */
1012
+ if (libusb_kernel_driver_active(dev->device_handle, intf_desc->bInterfaceNumber) == 1) {
1013
+ res = libusb_detach_kernel_driver(dev->device_handle, intf_desc->bInterfaceNumber);
1014
+ if (res < 0) {
1015
+ libusb_close(dev->device_handle);
1016
+ LOG("Unable to detach Kernel Driver\n");
1017
+ free(dev_path);
1018
+ good_open = 0;
1019
+ break;
1020
+ }
1021
+ }
1022
+ #endif
1023
+ res = libusb_claim_interface(dev->device_handle, intf_desc->bInterfaceNumber);
1024
+ if (res < 0) {
1025
+ LOG("can't claim interface %d: %d\n", intf_desc->bInterfaceNumber, res);
1026
+ free(dev_path);
1027
+ libusb_close(dev->device_handle);
1028
+ good_open = 0;
1029
+ break;
1030
+ }
1031
+
1032
+ /* Store off the string descriptor indexes */
1033
+ dev->manufacturer_index = desc.iManufacturer;
1034
+ dev->product_index = desc.iProduct;
1035
+ dev->serial_index = desc.iSerialNumber;
1036
+
1037
+ /* Store off the interface number */
1038
+ dev->interface = intf_desc->bInterfaceNumber;
1039
+
1040
+ /* Find the INPUT and OUTPUT endpoints. An
1041
+ OUTPUT endpoint is not required. */
1042
+ for (i = 0; i < intf_desc->bNumEndpoints; i++) {
1043
+ const struct libusb_endpoint_descriptor *ep
1044
+ = &intf_desc->endpoint[i];
1045
+
1046
+ /* Determine the type and direction of this
1047
+ endpoint. */
1048
+ int is_interrupt =
1049
+ (ep->bmAttributes & LIBUSB_TRANSFER_TYPE_MASK)
1050
+ == LIBUSB_TRANSFER_TYPE_INTERRUPT;
1051
+ int is_output =
1052
+ (ep->bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK)
1053
+ == LIBUSB_ENDPOINT_OUT;
1054
+ int is_input =
1055
+ (ep->bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK)
1056
+ == LIBUSB_ENDPOINT_IN;
1057
+
1058
+ /* Decide whether to use it for input or output. */
1059
+ if (dev->input_endpoint == 0 &&
1060
+ is_interrupt && is_input) {
1061
+ /* Use this endpoint for INPUT */
1062
+ dev->input_endpoint = ep->bEndpointAddress;
1063
+ dev->input_ep_max_packet_size = ep->wMaxPacketSize;
1064
+ }
1065
+ if (dev->output_endpoint == 0 &&
1066
+ is_interrupt && is_output) {
1067
+ /* Use this endpoint for OUTPUT */
1068
+ dev->output_endpoint = ep->bEndpointAddress;
1069
+ }
1070
+ }
1071
+
1072
+ pthread_create(&dev->thread, NULL, read_thread, dev);
1073
+
1074
+ /* Wait here for the read thread to be initialized. */
1075
+ pthread_barrier_wait(&dev->barrier);
1076
+
1077
+ }
1078
+ free(dev_path);
1079
+ }
1080
+ }
1081
+ }
1082
+ libusb_free_config_descriptor(conf_desc);
1083
+
1084
+ }
1085
+
1086
+ libusb_free_device_list(devs, 1);
1087
+
1088
+ /* If we have a good handle, return it. */
1089
+ if (good_open) {
1090
+ return dev;
1091
+ }
1092
+ else {
1093
+ /* Unable to open any devices. */
1094
+ free_hid_device(dev);
1095
+ return NULL;
1096
+ }
1097
+ }
1098
+
1099
+
1100
+ int HID_API_EXPORT hid_write(hid_device *dev, const unsigned char *data, size_t length)
1101
+ {
1102
+ int res;
1103
+ int report_number = data[0];
1104
+ int skipped_report_id = 0;
1105
+
1106
+ if (report_number == 0x0) {
1107
+ data++;
1108
+ length--;
1109
+ skipped_report_id = 1;
1110
+ }
1111
+
1112
+
1113
+ if (dev->output_endpoint <= 0) {
1114
+ /* No interrupt out endpoint. Use the Control Endpoint */
1115
+ res = libusb_control_transfer(dev->device_handle,
1116
+ LIBUSB_REQUEST_TYPE_CLASS|LIBUSB_RECIPIENT_INTERFACE|LIBUSB_ENDPOINT_OUT,
1117
+ 0x09/*HID Set_Report*/,
1118
+ (2/*HID output*/ << 8) | report_number,
1119
+ dev->interface,
1120
+ (unsigned char *)data, length,
1121
+ 1000/*timeout millis*/);
1122
+
1123
+ if (res < 0)
1124
+ return -1;
1125
+
1126
+ if (skipped_report_id)
1127
+ length++;
1128
+
1129
+ return length;
1130
+ }
1131
+ else {
1132
+ /* Use the interrupt out endpoint */
1133
+ int actual_length;
1134
+ res = libusb_interrupt_transfer(dev->device_handle,
1135
+ dev->output_endpoint,
1136
+ (unsigned char*)data,
1137
+ length,
1138
+ &actual_length, 1000);
1139
+
1140
+ if (res < 0)
1141
+ return -1;
1142
+
1143
+ if (skipped_report_id)
1144
+ actual_length++;
1145
+
1146
+ return actual_length;
1147
+ }
1148
+ }
1149
+
1150
+ /* Helper function, to simplify hid_read().
1151
+ This should be called with dev->mutex locked. */
1152
+ static int return_data(hid_device *dev, unsigned char *data, size_t length)
1153
+ {
1154
+ /* Copy the data out of the linked list item (rpt) into the
1155
+ return buffer (data), and delete the liked list item. */
1156
+ struct input_report *rpt = dev->input_reports;
1157
+ size_t len = (length < rpt->len)? length: rpt->len;
1158
+ if (data && len > 0)
1159
+ memcpy(data, rpt->data, len);
1160
+ dev->input_reports = rpt->next;
1161
+ free(rpt->data);
1162
+ free(rpt);
1163
+ return len;
1164
+ }
1165
+
1166
+ static void cleanup_mutex(void *param)
1167
+ {
1168
+ hid_device *dev = (hid_device *)param;
1169
+ pthread_mutex_unlock(&dev->mutex);
1170
+ }
1171
+
1172
+
1173
+ int HID_API_EXPORT hid_read_timeout(hid_device *dev, unsigned char *data, size_t length, int milliseconds)
1174
+ {
1175
+ int bytes_read = -1;
1176
+
1177
+ #if 0
1178
+ int transferred;
1179
+ int res = libusb_interrupt_transfer(dev->device_handle, dev->input_endpoint, data, length, &transferred, 5000);
1180
+ LOG("transferred: %d\n", transferred);
1181
+ return transferred;
1182
+ #endif
1183
+
1184
+ pthread_mutex_lock(&dev->mutex);
1185
+ pthread_cleanup_push(&cleanup_mutex, dev);
1186
+
1187
+ /* There's an input report queued up. Return it. */
1188
+ if (dev->input_reports) {
1189
+ /* Return the first one */
1190
+ bytes_read = return_data(dev, data, length);
1191
+ goto ret;
1192
+ }
1193
+
1194
+ if (dev->shutdown_thread) {
1195
+ /* This means the device has been disconnected.
1196
+ An error code of -1 should be returned. */
1197
+ bytes_read = -1;
1198
+ goto ret;
1199
+ }
1200
+
1201
+ if (milliseconds == -1) {
1202
+ /* Blocking */
1203
+ while (!dev->input_reports && !dev->shutdown_thread) {
1204
+ pthread_cond_wait(&dev->condition, &dev->mutex);
1205
+ }
1206
+ if (dev->input_reports) {
1207
+ bytes_read = return_data(dev, data, length);
1208
+ }
1209
+ }
1210
+ else if (milliseconds > 0) {
1211
+ /* Non-blocking, but called with timeout. */
1212
+ int res;
1213
+ struct timespec ts;
1214
+ clock_gettime(CLOCK_REALTIME, &ts);
1215
+ ts.tv_sec += milliseconds / 1000;
1216
+ ts.tv_nsec += (milliseconds % 1000) * 1000000;
1217
+ if (ts.tv_nsec >= 1000000000L) {
1218
+ ts.tv_sec++;
1219
+ ts.tv_nsec -= 1000000000L;
1220
+ }
1221
+
1222
+ while (!dev->input_reports && !dev->shutdown_thread) {
1223
+ res = pthread_cond_timedwait(&dev->condition, &dev->mutex, &ts);
1224
+ if (res == 0) {
1225
+ if (dev->input_reports) {
1226
+ bytes_read = return_data(dev, data, length);
1227
+ break;
1228
+ }
1229
+
1230
+ /* If we're here, there was a spurious wake up
1231
+ or the read thread was shutdown. Run the
1232
+ loop again (ie: don't break). */
1233
+ }
1234
+ else if (res == ETIMEDOUT) {
1235
+ /* Timed out. */
1236
+ bytes_read = 0;
1237
+ break;
1238
+ }
1239
+ else {
1240
+ /* Error. */
1241
+ bytes_read = -1;
1242
+ break;
1243
+ }
1244
+ }
1245
+ }
1246
+ else {
1247
+ /* Purely non-blocking */
1248
+ bytes_read = 0;
1249
+ }
1250
+
1251
+ ret:
1252
+ pthread_mutex_unlock(&dev->mutex);
1253
+ pthread_cleanup_pop(0);
1254
+
1255
+ return bytes_read;
1256
+ }
1257
+
1258
+ int HID_API_EXPORT hid_read(hid_device *dev, unsigned char *data, size_t length)
1259
+ {
1260
+ return hid_read_timeout(dev, data, length, dev->blocking ? -1 : 0);
1261
+ }
1262
+
1263
+ int HID_API_EXPORT hid_set_nonblocking(hid_device *dev, int nonblock)
1264
+ {
1265
+ dev->blocking = !nonblock;
1266
+
1267
+ return 0;
1268
+ }
1269
+
1270
+
1271
+ int HID_API_EXPORT hid_send_feature_report(hid_device *dev, const unsigned char *data, size_t length)
1272
+ {
1273
+ int res = -1;
1274
+ int skipped_report_id = 0;
1275
+ int report_number = data[0];
1276
+
1277
+ if (report_number == 0x0) {
1278
+ data++;
1279
+ length--;
1280
+ skipped_report_id = 1;
1281
+ }
1282
+
1283
+ res = libusb_control_transfer(dev->device_handle,
1284
+ LIBUSB_REQUEST_TYPE_CLASS|LIBUSB_RECIPIENT_INTERFACE|LIBUSB_ENDPOINT_OUT,
1285
+ 0x09/*HID set_report*/,
1286
+ (3/*HID feature*/ << 8) | report_number,
1287
+ dev->interface,
1288
+ (unsigned char *)data, length,
1289
+ 1000/*timeout millis*/);
1290
+
1291
+ if (res < 0)
1292
+ return -1;
1293
+
1294
+ /* Account for the report ID */
1295
+ if (skipped_report_id)
1296
+ length++;
1297
+
1298
+ return length;
1299
+ }
1300
+
1301
+ int HID_API_EXPORT hid_get_feature_report(hid_device *dev, unsigned char *data, size_t length)
1302
+ {
1303
+ int res = -1;
1304
+ int skipped_report_id = 0;
1305
+ int report_number = data[0];
1306
+
1307
+ if (report_number == 0x0) {
1308
+ /* Offset the return buffer by 1, so that the report ID
1309
+ will remain in byte 0. */
1310
+ data++;
1311
+ length--;
1312
+ skipped_report_id = 1;
1313
+ }
1314
+ res = libusb_control_transfer(dev->device_handle,
1315
+ LIBUSB_REQUEST_TYPE_CLASS|LIBUSB_RECIPIENT_INTERFACE|LIBUSB_ENDPOINT_IN,
1316
+ 0x01/*HID get_report*/,
1317
+ (3/*HID feature*/ << 8) | report_number,
1318
+ dev->interface,
1319
+ (unsigned char *)data, length,
1320
+ 1000/*timeout millis*/);
1321
+
1322
+ if (res < 0)
1323
+ return -1;
1324
+
1325
+ if (skipped_report_id)
1326
+ res++;
1327
+
1328
+ return res;
1329
+ }
1330
+
1331
+
1332
+ void HID_API_EXPORT hid_close(hid_device *dev)
1333
+ {
1334
+ if (!dev)
1335
+ return;
1336
+
1337
+ /* Cause read_thread() to stop. */
1338
+ dev->shutdown_thread = 1;
1339
+ libusb_cancel_transfer(dev->transfer);
1340
+
1341
+ /* Wait for read_thread() to end. */
1342
+ pthread_join(dev->thread, NULL);
1343
+
1344
+ /* Clean up the Transfer objects allocated in read_thread(). */
1345
+ free(dev->transfer->buffer);
1346
+ libusb_free_transfer(dev->transfer);
1347
+
1348
+ /* release the interface */
1349
+ libusb_release_interface(dev->device_handle, dev->interface);
1350
+
1351
+ /* Close the handle */
1352
+ libusb_close(dev->device_handle);
1353
+
1354
+ /* Clear out the queue of received reports. */
1355
+ pthread_mutex_lock(&dev->mutex);
1356
+ while (dev->input_reports) {
1357
+ return_data(dev, NULL, 0);
1358
+ }
1359
+ pthread_mutex_unlock(&dev->mutex);
1360
+
1361
+ free_hid_device(dev);
1362
+ }
1363
+
1364
+
1365
+ int HID_API_EXPORT_CALL hid_get_manufacturer_string(hid_device *dev, wchar_t *string, size_t maxlen)
1366
+ {
1367
+ return hid_get_indexed_string(dev, dev->manufacturer_index, string, maxlen);
1368
+ }
1369
+
1370
+ int HID_API_EXPORT_CALL hid_get_product_string(hid_device *dev, wchar_t *string, size_t maxlen)
1371
+ {
1372
+ return hid_get_indexed_string(dev, dev->product_index, string, maxlen);
1373
+ }
1374
+
1375
+ int HID_API_EXPORT_CALL hid_get_serial_number_string(hid_device *dev, wchar_t *string, size_t maxlen)
1376
+ {
1377
+ return hid_get_indexed_string(dev, dev->serial_index, string, maxlen);
1378
+ }
1379
+
1380
+ int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index, wchar_t *string, size_t maxlen)
1381
+ {
1382
+ wchar_t *str;
1383
+
1384
+ str = get_usb_string(dev->device_handle, string_index);
1385
+ if (str) {
1386
+ wcsncpy(string, str, maxlen);
1387
+ string[maxlen-1] = L'\0';
1388
+ free(str);
1389
+ return 0;
1390
+ }
1391
+ else
1392
+ return -1;
1393
+ }
1394
+
1395
+
1396
+ HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev)
1397
+ {
1398
+ return NULL;
1399
+ }
1400
+
1401
+
1402
+ struct lang_map_entry {
1403
+ const char *name;
1404
+ const char *string_code;
1405
+ uint16_t usb_code;
1406
+ };
1407
+
1408
+ #define LANG(name,code,usb_code) { name, code, usb_code }
1409
+ static struct lang_map_entry lang_map[] = {
1410
+ LANG("Afrikaans", "af", 0x0436),
1411
+ LANG("Albanian", "sq", 0x041C),
1412
+ LANG("Arabic - United Arab Emirates", "ar_ae", 0x3801),
1413
+ LANG("Arabic - Bahrain", "ar_bh", 0x3C01),
1414
+ LANG("Arabic - Algeria", "ar_dz", 0x1401),
1415
+ LANG("Arabic - Egypt", "ar_eg", 0x0C01),
1416
+ LANG("Arabic - Iraq", "ar_iq", 0x0801),
1417
+ LANG("Arabic - Jordan", "ar_jo", 0x2C01),
1418
+ LANG("Arabic - Kuwait", "ar_kw", 0x3401),
1419
+ LANG("Arabic - Lebanon", "ar_lb", 0x3001),
1420
+ LANG("Arabic - Libya", "ar_ly", 0x1001),
1421
+ LANG("Arabic - Morocco", "ar_ma", 0x1801),
1422
+ LANG("Arabic - Oman", "ar_om", 0x2001),
1423
+ LANG("Arabic - Qatar", "ar_qa", 0x4001),
1424
+ LANG("Arabic - Saudi Arabia", "ar_sa", 0x0401),
1425
+ LANG("Arabic - Syria", "ar_sy", 0x2801),
1426
+ LANG("Arabic - Tunisia", "ar_tn", 0x1C01),
1427
+ LANG("Arabic - Yemen", "ar_ye", 0x2401),
1428
+ LANG("Armenian", "hy", 0x042B),
1429
+ LANG("Azeri - Latin", "az_az", 0x042C),
1430
+ LANG("Azeri - Cyrillic", "az_az", 0x082C),
1431
+ LANG("Basque", "eu", 0x042D),
1432
+ LANG("Belarusian", "be", 0x0423),
1433
+ LANG("Bulgarian", "bg", 0x0402),
1434
+ LANG("Catalan", "ca", 0x0403),
1435
+ LANG("Chinese - China", "zh_cn", 0x0804),
1436
+ LANG("Chinese - Hong Kong SAR", "zh_hk", 0x0C04),
1437
+ LANG("Chinese - Macau SAR", "zh_mo", 0x1404),
1438
+ LANG("Chinese - Singapore", "zh_sg", 0x1004),
1439
+ LANG("Chinese - Taiwan", "zh_tw", 0x0404),
1440
+ LANG("Croatian", "hr", 0x041A),
1441
+ LANG("Czech", "cs", 0x0405),
1442
+ LANG("Danish", "da", 0x0406),
1443
+ LANG("Dutch - Netherlands", "nl_nl", 0x0413),
1444
+ LANG("Dutch - Belgium", "nl_be", 0x0813),
1445
+ LANG("English - Australia", "en_au", 0x0C09),
1446
+ LANG("English - Belize", "en_bz", 0x2809),
1447
+ LANG("English - Canada", "en_ca", 0x1009),
1448
+ LANG("English - Caribbean", "en_cb", 0x2409),
1449
+ LANG("English - Ireland", "en_ie", 0x1809),
1450
+ LANG("English - Jamaica", "en_jm", 0x2009),
1451
+ LANG("English - New Zealand", "en_nz", 0x1409),
1452
+ LANG("English - Phillippines", "en_ph", 0x3409),
1453
+ LANG("English - Southern Africa", "en_za", 0x1C09),
1454
+ LANG("English - Trinidad", "en_tt", 0x2C09),
1455
+ LANG("English - Great Britain", "en_gb", 0x0809),
1456
+ LANG("English - United States", "en_us", 0x0409),
1457
+ LANG("Estonian", "et", 0x0425),
1458
+ LANG("Farsi", "fa", 0x0429),
1459
+ LANG("Finnish", "fi", 0x040B),
1460
+ LANG("Faroese", "fo", 0x0438),
1461
+ LANG("French - France", "fr_fr", 0x040C),
1462
+ LANG("French - Belgium", "fr_be", 0x080C),
1463
+ LANG("French - Canada", "fr_ca", 0x0C0C),
1464
+ LANG("French - Luxembourg", "fr_lu", 0x140C),
1465
+ LANG("French - Switzerland", "fr_ch", 0x100C),
1466
+ LANG("Gaelic - Ireland", "gd_ie", 0x083C),
1467
+ LANG("Gaelic - Scotland", "gd", 0x043C),
1468
+ LANG("German - Germany", "de_de", 0x0407),
1469
+ LANG("German - Austria", "de_at", 0x0C07),
1470
+ LANG("German - Liechtenstein", "de_li", 0x1407),
1471
+ LANG("German - Luxembourg", "de_lu", 0x1007),
1472
+ LANG("German - Switzerland", "de_ch", 0x0807),
1473
+ LANG("Greek", "el", 0x0408),
1474
+ LANG("Hebrew", "he", 0x040D),
1475
+ LANG("Hindi", "hi", 0x0439),
1476
+ LANG("Hungarian", "hu", 0x040E),
1477
+ LANG("Icelandic", "is", 0x040F),
1478
+ LANG("Indonesian", "id", 0x0421),
1479
+ LANG("Italian - Italy", "it_it", 0x0410),
1480
+ LANG("Italian - Switzerland", "it_ch", 0x0810),
1481
+ LANG("Japanese", "ja", 0x0411),
1482
+ LANG("Korean", "ko", 0x0412),
1483
+ LANG("Latvian", "lv", 0x0426),
1484
+ LANG("Lithuanian", "lt", 0x0427),
1485
+ LANG("F.Y.R.O. Macedonia", "mk", 0x042F),
1486
+ LANG("Malay - Malaysia", "ms_my", 0x043E),
1487
+ LANG("Malay – Brunei", "ms_bn", 0x083E),
1488
+ LANG("Maltese", "mt", 0x043A),
1489
+ LANG("Marathi", "mr", 0x044E),
1490
+ LANG("Norwegian - Bokml", "no_no", 0x0414),
1491
+ LANG("Norwegian - Nynorsk", "no_no", 0x0814),
1492
+ LANG("Polish", "pl", 0x0415),
1493
+ LANG("Portuguese - Portugal", "pt_pt", 0x0816),
1494
+ LANG("Portuguese - Brazil", "pt_br", 0x0416),
1495
+ LANG("Raeto-Romance", "rm", 0x0417),
1496
+ LANG("Romanian - Romania", "ro", 0x0418),
1497
+ LANG("Romanian - Republic of Moldova", "ro_mo", 0x0818),
1498
+ LANG("Russian", "ru", 0x0419),
1499
+ LANG("Russian - Republic of Moldova", "ru_mo", 0x0819),
1500
+ LANG("Sanskrit", "sa", 0x044F),
1501
+ LANG("Serbian - Cyrillic", "sr_sp", 0x0C1A),
1502
+ LANG("Serbian - Latin", "sr_sp", 0x081A),
1503
+ LANG("Setsuana", "tn", 0x0432),
1504
+ LANG("Slovenian", "sl", 0x0424),
1505
+ LANG("Slovak", "sk", 0x041B),
1506
+ LANG("Sorbian", "sb", 0x042E),
1507
+ LANG("Spanish - Spain (Traditional)", "es_es", 0x040A),
1508
+ LANG("Spanish - Argentina", "es_ar", 0x2C0A),
1509
+ LANG("Spanish - Bolivia", "es_bo", 0x400A),
1510
+ LANG("Spanish - Chile", "es_cl", 0x340A),
1511
+ LANG("Spanish - Colombia", "es_co", 0x240A),
1512
+ LANG("Spanish - Costa Rica", "es_cr", 0x140A),
1513
+ LANG("Spanish - Dominican Republic", "es_do", 0x1C0A),
1514
+ LANG("Spanish - Ecuador", "es_ec", 0x300A),
1515
+ LANG("Spanish - Guatemala", "es_gt", 0x100A),
1516
+ LANG("Spanish - Honduras", "es_hn", 0x480A),
1517
+ LANG("Spanish - Mexico", "es_mx", 0x080A),
1518
+ LANG("Spanish - Nicaragua", "es_ni", 0x4C0A),
1519
+ LANG("Spanish - Panama", "es_pa", 0x180A),
1520
+ LANG("Spanish - Peru", "es_pe", 0x280A),
1521
+ LANG("Spanish - Puerto Rico", "es_pr", 0x500A),
1522
+ LANG("Spanish - Paraguay", "es_py", 0x3C0A),
1523
+ LANG("Spanish - El Salvador", "es_sv", 0x440A),
1524
+ LANG("Spanish - Uruguay", "es_uy", 0x380A),
1525
+ LANG("Spanish - Venezuela", "es_ve", 0x200A),
1526
+ LANG("Southern Sotho", "st", 0x0430),
1527
+ LANG("Swahili", "sw", 0x0441),
1528
+ LANG("Swedish - Sweden", "sv_se", 0x041D),
1529
+ LANG("Swedish - Finland", "sv_fi", 0x081D),
1530
+ LANG("Tamil", "ta", 0x0449),
1531
+ LANG("Tatar", "tt", 0X0444),
1532
+ LANG("Thai", "th", 0x041E),
1533
+ LANG("Turkish", "tr", 0x041F),
1534
+ LANG("Tsonga", "ts", 0x0431),
1535
+ LANG("Ukrainian", "uk", 0x0422),
1536
+ LANG("Urdu", "ur", 0x0420),
1537
+ LANG("Uzbek - Cyrillic", "uz_uz", 0x0843),
1538
+ LANG("Uzbek – Latin", "uz_uz", 0x0443),
1539
+ LANG("Vietnamese", "vi", 0x042A),
1540
+ LANG("Xhosa", "xh", 0x0434),
1541
+ LANG("Yiddish", "yi", 0x043D),
1542
+ LANG("Zulu", "zu", 0x0435),
1543
+ LANG(NULL, NULL, 0x0),
1544
+ };
1545
+
1546
+ uint16_t get_usb_code_for_current_locale(void)
1547
+ {
1548
+ char *locale;
1549
+ char search_string[64];
1550
+ char *ptr;
1551
+ struct lang_map_entry *lang;
1552
+
1553
+ /* Get the current locale. */
1554
+ locale = setlocale(0, NULL);
1555
+ if (!locale)
1556
+ return 0x0;
1557
+
1558
+ /* Make a copy of the current locale string. */
1559
+ strncpy(search_string, locale, sizeof(search_string));
1560
+ search_string[sizeof(search_string)-1] = '\0';
1561
+
1562
+ /* Chop off the encoding part, and make it lower case. */
1563
+ ptr = search_string;
1564
+ while (*ptr) {
1565
+ *ptr = tolower(*ptr);
1566
+ if (*ptr == '.') {
1567
+ *ptr = '\0';
1568
+ break;
1569
+ }
1570
+ ptr++;
1571
+ }
1572
+
1573
+ /* Find the entry which matches the string code of our locale. */
1574
+ lang = lang_map;
1575
+ while (lang->string_code) {
1576
+ if (!strcmp(lang->string_code, search_string)) {
1577
+ return lang->usb_code;
1578
+ }
1579
+ lang++;
1580
+ }
1581
+
1582
+ /* There was no match. Find with just the language only. */
1583
+ /* Chop off the variant. Chop it off at the '_'. */
1584
+ ptr = search_string;
1585
+ while (*ptr) {
1586
+ *ptr = tolower(*ptr);
1587
+ if (*ptr == '_') {
1588
+ *ptr = '\0';
1589
+ break;
1590
+ }
1591
+ ptr++;
1592
+ }
1593
+
1594
+ #if 0 /* TODO: Do we need this? */
1595
+ /* Find the entry which matches the string code of our language. */
1596
+ lang = lang_map;
1597
+ while (lang->string_code) {
1598
+ if (!strcmp(lang->string_code, search_string)) {
1599
+ return lang->usb_code;
1600
+ }
1601
+ lang++;
1602
+ }
1603
+ #endif
1604
+
1605
+ /* Found nothing. */
1606
+ return 0x0;
1607
+ }
1608
+
1609
+ #if defined(__cplusplus) && !defined(NAMESPACE)
1610
+ }
1611
+ #endif
1612
+
1613
+ #ifdef NAMESPACE
1614
+ }
1615
+ #endif