From 205b6118d374cba8e56f0aafaefc7e615b44d9f7 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Thu, 4 Apr 2024 12:03:10 -0400 Subject: [PATCH] Updated How To: Screen Recording (markdown) --- How-To:-Screen-Recording.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-To:-Screen-Recording.md b/How-To:-Screen-Recording.md index e2cfb42..900d7e1 100644 --- a/How-To:-Screen-Recording.md +++ b/How-To:-Screen-Recording.md @@ -2,12 +2,12 @@ Within raylib, you have the ability to take a screenshot or record the screen to ## Screenshot -To take a screenshot, press `F12`. There will be a screenshot.png file saved to the current working directory. +To take a screenshot, press `F12`. There will be a *screenshot%%%.png* file saved to the current working directory. This requires `SUPPORT_SCREEN_CAPTURE` to be defined. ## Screen Recording -To start recording the screen, press `CTRL + F12`. raylib will start recording an animated gif to the current working directory. +To start recording the screen, press `CTRL + F12`. raylib will start recording an animated *screenrec%%%.gif* to the current working directory. This requires `SUPPORT_GIF_RECORDING` to be defined. \ No newline at end of file