Add screen recording wiki page

master
Rob Loach 1 year ago
parent
commit
0358dbb7e6
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      How-To:-Screen-Recording.md

+ 13
- 0
How-To:-Screen-Recording.md

@ -0,0 +1,13 @@
Within raylib, you have the ability to take a screenshot or record the screen to an animated *.gif*.
## Screenshot
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.
This requires `SUPPORT_GIF_RECORDING` to be defined.

Loading…
Cancel
Save