AutoSuspend enable

Parameters

enable

Description

When enabled, Blitz will internally catch App Suspend events (such as those received when minimising a program), and will halt the program until an App Resume message is received (such as when a program is maximised after being minimised).

Autosuspend is set to false by default, but is activated automatically in fullscreen mode. So if you want to catch fullscreen suspend events, you'll need to do 'AutoSuspend False' somewhere after your 'Graphics' call. Otherwise, your app will be autosuspended in fullscreen mode.

Similarly, 'AutoSuspend True' will enable the autosuspend feature in non-fullscreen mode.

Index

Click here to view the latest version of this page online