mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Patched to compile on Raspberry Pi.
This commit is contained in:
parent
e346f14277
commit
9d3d643742
@ -48,7 +48,7 @@ static int RPI_ShowCursor(SDL_Cursor * cursor);
|
||||
static void RPI_MoveCursor(SDL_Cursor * cursor);
|
||||
static void RPI_FreeCursor(SDL_Cursor * cursor);
|
||||
static void RPI_WarpMouse(SDL_Window * window, int x, int y);
|
||||
static void RPI_WarpMouseGlobal(int x, int y);
|
||||
static int RPI_WarpMouseGlobal(int x, int y);
|
||||
|
||||
static SDL_Cursor *
|
||||
RPI_CreateDefaultCursor(void)
|
||||
|
Loading…
Reference in New Issue
Block a user