This website requires JavaScript.
Explore
Help
Sign In
encounter
/
SDL
Watch
1
Star
0
Fork
0
You've already forked SDL
mirror of
https://github.com/encounter/SDL.git
synced
2025-12-08 21:17:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7a5743031da3a6955b588ad5bba64a54cbecf511
SDL
/
android-project
/
app
/
src
/
main
/
java
/
org
/
libsdl
/
app
History
Sylvain
5b41844c75
Fixed bug
#5322
- register virtual input devices as SDL_Touch device, fix compilation
2022-02-09 09:50:41 +01:00
..
HIDDevice.java
Added support for claiming individiual interfaces on USB devices on Android
2020-01-13 15:35:52 -08:00
HIDDeviceBLESteamController.java
Fixed whitespace
2021-11-12 08:28:02 -08:00
HIDDeviceManager.java
Fixed crash on Windows Subsystem for Android, which doesn't have a USB manager.
2021-12-28 17:30:36 -08:00
HIDDeviceUSB.java
Don't bother logging security exception getting the device serial number
2020-05-29 15:40:17 -07:00
SDL.java
Android: apply code simplications found with lint / Android Studio
2020-10-27 21:14:49 +01:00
SDLActivity.java
Fixed bug
#5322
- register virtual input devices as SDL_Touch device, fix compilation
2022-02-09 09:50:41 +01:00
SDLAudioManager.java
Fixed bug
#4982
- Failed to open audio_device. Android 5.1 should be ok.
2021-11-20 19:40:26 +01:00
SDLControllerManager.java
Android: handleMotionEvent() is checking for SOURCE_JOYSTICK. So don't handle DPAD GAMEPAD (see
#5322
,
#2718
)
2022-02-08 17:51:40 +01:00