Ryujinx-SDL/src/video/android
Alex Szpakowski 5029d50ea8 Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id).
Touch device types include SDL_TOUCH_DEVICE_DIRECT (a touch screen with window-relative coordinates for touches), SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE (a trackpad-style device with absolute device coordinates), and SDL_TOUCH_DEVICE_INDIRECT_RELATIVE (a trackpad-style device with screen cursor-relative coordinates).

Phone screens are an example of a direct device type. Mac trackpads are the indirect-absolute touch device type. The Apple TV remote is an indirect-relative touch device type.
2018-11-10 16:15:48 -04:00
..
SDL_androidclipboard.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidclipboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidevents.c Fixed bug 4091 - Undefined references to Android audio functions when SDL_AUDIO_DISABLED is on 2018-02-24 08:58:22 -08:00
SDL_androidevents.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidgl.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidgl.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidkeyboard.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidkeyboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidmessagebox.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidmessagebox.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidmouse.c Use a blank cursor instead of PointerIcon.TYPE_NULL since that shows the default cursor on Samsung DeX 2018-06-18 13:14:04 -07:00
SDL_androidmouse.h Use a blank cursor instead of PointerIcon.TYPE_NULL since that shows the default cursor on Samsung DeX 2018-06-18 13:14:04 -07:00
SDL_androidtouch.c Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id). 2018-11-10 16:15:48 -04:00
SDL_androidtouch.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidvideo.c Fixed whitespace 2018-09-24 11:49:25 -07:00
SDL_androidvideo.h Track android device panel width & height as well as window surface & height. 2018-06-07 17:07:03 -07:00
SDL_androidvulkan.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_androidvulkan.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidwindow.c Don't flash the navigation bar when destroying a fullscreen SDL window 2018-10-08 12:49:25 -07:00
SDL_androidwindow.h On Android show the system UI when an SDL window is windowed, hide the system UI when it's fullscreen, like we do on iOS. 2018-02-11 18:23:37 -08:00