From 7cdccc2f37d1741572606ec74866da10aef98ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Thu, 12 Aug 2021 15:52:45 +0700 Subject: Extern C initGl and remove FULLSCREEN compile flag --- src/Support.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Support.cpp') diff --git a/src/Support.cpp b/src/Support.cpp index a068360..33794d9 100644 --- a/src/Support.cpp +++ b/src/Support.cpp @@ -58,10 +58,6 @@ int Button(void) void MoveMouse(int xcoord, int ycoord, Point *mouseloc) { /* TODO: mouse warp is annoying when we can just grab the mouse */ -#ifdef FULLSCREEN - SDL_WarpMouse(xcoord, ycoord); - SDL_PumpEvents(); -#endif GetMouse(mouseloc); } -- cgit v1.2.3