mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-16 11:08:54 +00:00
Fixed N3DS_TOUCH_ID, 0 is an invalid touch ID
(cherry picked from commit adb51845af)
This commit is contained in:
parent
439bb5377c
commit
c38a40eff9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue