Make Program Resolution Adaptive to Screen
# Make Program Resolution Adaptive to Screen
Path:
/api/programautoscale
Method: PUT
Content-type: application/json; charset=utf-8
API Description: This can be used to make the program resolution adaptive to the screen, so that the program is automatically sized to fill the screen while maintaining its original aspect ratio. (Text window does not support scaling while maintaining the aspect ratio.)
Request
Name | Type | Example | Description |
---|---|---|---|
programautoscale | int | 1 | 1: Enable, 0: Disable |
Example {"programautoscale":1}