mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-25 22:26:08 +00:00
Fixed N3DS_TOUCH_ID, 0 is an invalid touch ID
(cherry picked from commit adb51845af)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "../../events/SDL_touch_c.h"
|
||||
#include "SDL_n3dstouch.h"
|
||||
|
||||
#define N3DS_TOUCH_ID 0
|
||||
#define N3DS_TOUCH_ID 1
|
||||
|
||||
/*
|
||||
Factors used to convert touchscreen coordinates to
|
||||
|
||||
Reference in New Issue
Block a user