====== Taking a screen shot or screen capture ====== [Input] SetList = ControlInputs [ControlInputs] KEY_F11 = ScreenShot orxSTATUS orxFASTCALL Run() { if (orxInput_IsActive("ScreenShot") == orxFALSE && orxInput_HasNewStatus("ScreenShot")) { orxScreenshot_Capture(); } You can configure your screenshots via [[en:orx:config:settings_main:main#screenshot_module|data config here]] or via code using the [[http://orx-project.org/orx/doc/html/group__orx_screenshot.html|API here]].