From eb78839ac348c2de669bc04caf507ace6903d6dd Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Thu, 4 Apr 2024 12:05:09 -0400 Subject: [PATCH] Updated How To: Screen Recording (markdown) --- How-To:-Screen-Recording.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-To:-Screen-Recording.md b/How-To:-Screen-Recording.md index 900d7e1..65b9f6f 100644 --- a/How-To:-Screen-Recording.md +++ b/How-To:-Screen-Recording.md @@ -8,6 +8,6 @@ This requires `SUPPORT_SCREEN_CAPTURE` to be defined. ## Screen Recording -To start recording the screen, press `CTRL + F12`. raylib will start recording an animated *screenrec%%%.gif* to the current working directory. +To start recording the screen, press `CTRL + F12`. Press the keys again to save the recording to an animated *screenrec%%%.gif* to the current working directory. This requires `SUPPORT_GIF_RECORDING` to be defined. \ No newline at end of file