SDL/src/video
Sam Lantinga ecc71c02ea Only use a transparent cursor on Windows when connected via RDP
VMware relies on the cursor being set to NULL to optimize relative mouse motion for games.

We should also revisit whether current RDP works better with a NULL cursor or a transparent cursor.

Fixes https://github.com/libsdl-org/SDL/issues/13700

(cherry picked from commit dac6af4ba6)
(cherry picked from commit 55b599d693)
2025-09-14 17:32:38 -07:00
..
android Updated copyright for 2025 2025-01-01 07:47:53 -08:00
arm
cocoa Check NSWindow::isVisible before sending SDL_WINDOWEVENT_RESTORED during Cocoa_WindowListener::windowDidResize 2025-07-28 11:59:06 -07:00
directfb Updated copyright for 2025 2025-01-01 07:47:53 -08:00
dummy Updated copyright for 2025 2025-01-01 07:47:53 -08:00
emscripten [emscripten] Remove reference to Module['createContext'] 2025-05-06 14:46:53 -07:00
haiku Updated copyright for 2025 2025-01-01 07:47:53 -08:00
khronos vulkan_metal.h: Make compatible with ObjC ARC (thanks @jmroot!) 2024-02-02 18:31:14 -08:00
kmsdrm Updated copyright for 2025 2025-01-01 07:47:53 -08:00
n3ds Fixed N3DS_TOUCH_ID, 0 is an invalid touch ID 2025-01-01 09:06:23 -08:00
nacl Updated copyright for 2025 2025-01-01 07:47:53 -08:00
ngage Updated copyright for 2025 2025-01-01 07:47:53 -08:00
offscreen Updated copyright for 2025 2025-01-01 07:47:53 -08:00
os2 Updated copyright for 2025 2025-01-01 07:47:53 -08:00
pandora Updated copyright for 2025 2025-01-01 07:47:53 -08:00
ps2 Updated copyright for 2025 2025-01-01 07:47:53 -08:00
psp Updated copyright for 2025 2025-01-01 07:47:53 -08:00
qnx SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
raspberry Updated copyright for 2025 2025-01-01 07:47:53 -08:00
riscos Updated copyright for 2025 2025-01-01 07:47:53 -08:00
uikit Fixed crash when trying to disconnect secondary display on iOS 2025-01-29 14:45:49 -08:00
vita Revert "Backed out Vita touch ID change for SDL2" 2025-01-01 09:03:24 -08:00
vivante Updated copyright for 2025 2025-01-01 07:47:53 -08:00
wayland wayland: Add a sigtimedwait() implementation for OpenBSD 2025-08-30 15:47:00 +03:00
windows Only use a transparent cursor on Windows when connected via RDP 2025-09-14 17:32:38 -07:00
winrt Updated copyright for 2025 2025-01-01 07:47:53 -08:00
x11 Fixed rare crash trying to interrupt SDL_WaitEvent() 2025-05-19 14:24:41 -07:00
yuv2rgb Fix compilation on loongarch 2024-01-21 19:27:59 -08:00
SDL_blit.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_blit.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_blit_0.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_blit_1.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_blit_A.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_blit_auto.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_blit_auto.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_blit_copy.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_blit_copy.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_blit_N.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_blit_slow.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_blit_slow.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_bmp.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_clipboard.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_egl.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_egl_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_fillrect.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_pixels.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_pixels_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_rect.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_rect_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_rect_impl.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_RLEaccel.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_RLEaccel_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_shape.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_shape_internals.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_stretch.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_surface.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_sysvideo.h Fixed rare crash trying to interrupt SDL_WaitEvent() 2025-05-19 14:24:41 -07:00
SDL_video.c Fixed rare crash trying to interrupt SDL_WaitEvent() 2025-05-19 14:24:41 -07:00
SDL_vulkan_internal.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_vulkan_utils.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_yuv.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_yuv_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
sdlgenblit.pl Updated copyright for 2025 2025-01-01 07:47:53 -08:00