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 data config here or via code using the API here.