mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-22 19:18:31 +00:00
Init CORE.Window.focused
This commit is contained in:
@@ -681,7 +681,9 @@ void InitWindow(int width, int height, const char *title)
|
|||||||
// Init graphics device (display device and OpenGL context)
|
// Init graphics device (display device and OpenGL context)
|
||||||
// NOTE: returns true if window and graphic device has been initialized successfully
|
// NOTE: returns true if window and graphic device has been initialized successfully
|
||||||
CORE.Window.ready = InitGraphicsDevice(width, height);
|
CORE.Window.ready = InitGraphicsDevice(width, height);
|
||||||
|
|
||||||
if (!CORE.Window.ready) return;
|
if (!CORE.Window.ready) return;
|
||||||
|
else CORE.Window.focused = true;
|
||||||
|
|
||||||
// Init hi-res timer
|
// Init hi-res timer
|
||||||
InitTimer();
|
InitTimer();
|
||||||
|
Reference in New Issue
Block a user