mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
Fixed N3DS_TOUCH_ID, 0 is an invalid touch ID
This commit is contained in:
parent
5a25183b39
commit
adb51845af
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#include "SDL_n3dstouch.h"
|
||||
#include "SDL_n3dsvideo.h"
|
||||
|
||||
#define N3DS_TOUCH_ID 0
|
||||
#define N3DS_TOUCH_ID 1
|
||||
|
||||
/*
|
||||
Factors used to convert touchscreen coordinates to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue