SDL/src
Sam Lantinga 55b599d693 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)
2025-09-14 17:31:32 -07:00
..
atomic Updated copyright for 2025 2025-01-01 07:47:53 -08:00
audio alsa: fix signatures of snd_pcm_info_free and snd_pcm_hw_params_get_rate 2025-09-02 17:02:32 +03:00
core Default SDL_HINT_ACCELEROMETER_AS_JOYSTICK to 0 on Linux 2025-03-25 09:07:10 -07:00
cpuinfo Define illegal_instruction() when it will be actually used 2025-05-08 12:53:33 -07:00
dynapi dynapi: use DosScanEnv() for os/2. 2025-02-20 11:50:04 +03:00
events Fixed rare crash trying to interrupt SDL_WaitEvent() 2025-05-19 14:24:26 -07:00
file Skip IsRegularFileOrPipe() check on Emscripten 2025-01-28 10:47:10 +03:00
filesystem Updated copyright for 2025 2025-01-01 07:47:53 -08:00
haptic [SDL2] Add SDL_HINT_JOYSTICK_HAPTIC_AXES 2025-02-25 07:54:59 -08:00
hidapi SDL_hidapi.c: fix -Wundef failures due to HAVE_DRIVER_BACKEND check 2025-08-30 14:33:32 +03:00
joystick Fixed Nintendo Switch thumbstick calibration 2025-06-22 15:29:12 -07:00
libm Updated copyright for 2025 2025-01-01 07:47:53 -08:00
loadso Updated copyright for 2025 2025-01-01 07:47:53 -08:00
locale Updated copyright for 2025 2025-01-01 07:47:53 -08:00
main Updated to version 2.33.0 for development 2025-02-08 09:15:11 -08:00
misc Updated copyright for 2025 2025-01-01 07:47:53 -08:00
power Updated copyright for 2025 2025-01-01 07:47:53 -08:00
render Vita Render: Limit the scope of cliprect to viewport 2025-06-20 13:15:57 -07:00
sensor Updated copyright for 2025 2025-01-01 07:47:53 -08:00
stdlib Fixed sscanf("026", "%1x%1x%1x", &r, &g, &b) 2025-03-10 15:45:31 -07:00
test test_fuzzer: Patched to compile on Visual Studio. 2025-01-04 01:02:10 -05:00
thread PSP: Truncate thread name when passing to sceKernelCreateThread 2025-07-09 17:11:32 +02:00
timer Updated copyright for 2025 2025-01-01 07:47:53 -08:00
video Only use a transparent cursor on Windows when connected via RDP 2025-09-14 17:31:32 -07:00
SDL.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_assert.c emscripten: Don't use legacy JS library functions for assertions 2025-03-20 16:36:02 -07:00
SDL_assert_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_dataqueue.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_dataqueue.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_error.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_error_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_guid.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_hints.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_hints_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_internal.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_list.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_list.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_log.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_log_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_utils.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_utils_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00