mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 20:08:13 +00:00
Fixed N3DS_TOUCH_ID, 0 is an invalid touch ID
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user