mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-04-03 12:32:45 +02:00
Patched to compile.
This commit is contained in:
parent
6eb0521131
commit
ba0fc92ded
@ -431,6 +431,7 @@ Emscripten_HandleFocus(int eventType, const EmscriptenFocusEvent *wheelEvent, vo
|
|||||||
static EM_BOOL
|
static EM_BOOL
|
||||||
Emscripten_HandleTouch(int eventType, const EmscriptenTouchEvent *touchEvent, void *userData)
|
Emscripten_HandleTouch(int eventType, const EmscriptenTouchEvent *touchEvent, void *userData)
|
||||||
{
|
{
|
||||||
|
SDL_WindowData *window_data = (SDL_WindowData *) userData;
|
||||||
int i;
|
int i;
|
||||||
double client_w, client_h;
|
double client_w, client_h;
|
||||||
int preventDefault = 0;
|
int preventDefault = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user