summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
authorRay <[email protected]>2018-02-11 01:48:53 +0100
committerRay <[email protected]>2018-02-11 01:48:53 +0100
commitd90a33b850d825c3047fd570478fc8a66f22414f (patch)
treef589ca4e7edebb0f990e994cf213c8fe85cbe86c /src/core.c
parent231a69417ab5a9627fc9972392e7146ddea07106 (diff)
downloadraylib-d90a33b850d825c3047fd570478fc8a66f22414f.tar.gz
raylib-d90a33b850d825c3047fd570478fc8a66f22414f.zip
Some reviews for Android compilation
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core.c b/src/core.c
index d6a10943..ce017af2 100644
--- a/src/core.c
+++ b/src/core.c
@@ -294,11 +294,11 @@ static int renderOffsetX = 0; // Offset X from render area (must b
static int renderOffsetY = 0; // Offset Y from render area (must be divided by 2)
static bool fullscreen = false; // Fullscreen mode (useful only for PLATFORM_DESKTOP)
static Matrix downscaleView; // Matrix to downscale view (in case screen size bigger than display size)
+static bool cursorHidden = false; // Track if cursor is hidden
+static bool cursorOnScreen = false; // Tracks if cursor is inside client area
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_RPI) || defined(PLATFORM_WEB) || defined(PLATFORM_UWP)
static const char *windowTitle = NULL; // Window text title...
-static bool cursorHidden = false; // Track if cursor is hidden
-static bool cursorOnScreen = false; // Tracks if cursor is inside client area
static int screenshotCounter = 0; // Screenshots counter
// Register mouse states