Fixed N3DS_TOUCH_ID, 0 is an invalid touch ID

This commit is contained in:
Sam Lantinga
2025-01-01 09:06:23 -08:00
parent 5a25183b39
commit adb51845af

View File

@@ -30,7 +30,7 @@
#include "SDL_n3dstouch.h" #include "SDL_n3dstouch.h"
#include "SDL_n3dsvideo.h" #include "SDL_n3dsvideo.h"
#define N3DS_TOUCH_ID 0 #define N3DS_TOUCH_ID 1
/* /*
Factors used to convert touchscreen coordinates to Factors used to convert touchscreen coordinates to