User Tools

Site Tools


en:examples:resource_management:screen_shots

This is an old revision of the document!


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();
	}
en/examples/resource_management/screen_shots.1531738938.txt.gz · Last modified: 2018/07/16 07:02 (7 years ago) (external edit)