Lots of fixes importing SDL source wholesale into a new iOS project
--HG-- rename : src/libm/math.h => src/libm/math_libm.h
This commit is contained in:
parent
e112859e94
commit
ad2a21d404
135 changed files with 493 additions and 1093 deletions
|
@ -59,7 +59,7 @@ SDL_GetTouchIndex(int index)
|
|||
return SDL_touchPads[index];
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
SDL_GetFingerIndexId(SDL_Touch* touch,SDL_FingerID fingerid)
|
||||
{
|
||||
int i;
|
||||
|
@ -190,6 +190,7 @@ SDL_GetNumTouch(void)
|
|||
{
|
||||
return SDL_num_touch;
|
||||
}
|
||||
|
||||
SDL_Window *
|
||||
SDL_GetTouchFocusWindow(SDL_TouchID id)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue