User Tools

Site Tools


en:examples:resource_management:screen_shots

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.

en/examples/resource_management/screen_shots.txt · Last modified: 2018/07/16 07:07 (6 years ago) by 127.0.0.1