Difference between revisions of "TakeScreenshot"
From WikiPrizm
Jump to navigationJump to search (Created page with "{{syscall | name = TakeScreenshot | header = fxcg/system.h | index = 0x17E6 | signature = void TakeScreenshot(void) | synopsis = Screenshots the current VRAM contents and open...") |
|||
Line 5: | Line 5: | ||
| signature = void TakeScreenshot(void) | | signature = void TakeScreenshot(void) | ||
| synopsis = Screenshots the current VRAM contents and opens a dialog where the user can save the screenshot to a picture file, in the format specified in the Link menu (G3P or BMP), or discard the screenshot by exiting the dialog. This is the same behavior as when CAPTURE (Shift+7) is pressed while [[GetKey]] is running. | | synopsis = Screenshots the current VRAM contents and opens a dialog where the user can save the screenshot to a picture file, in the format specified in the Link menu (G3P or BMP), or discard the screenshot by exiting the dialog. This is the same behavior as when CAPTURE (Shift+7) is pressed while [[GetKey]] is running. | ||
+ | | comment = The existence of parameters or return values is yet to be studied. | ||
}} | }} |
Revision as of 17:50, 3 August 2014
Synopsis
Header: fxcg/system.h
Syscall index: 0x17E6
Function signature: void TakeScreenshot(void)
Screenshots the current VRAM contents and opens a dialog where the user can save the screenshot to a picture file, in the format specified in the Link menu (G3P or BMP), or discard the screenshot by exiting the dialog. This is the same behavior as when CAPTURE (Shift+7) is pressed while GetKey is running.