![]() |
MAGE
v0.171.0
Matthias Advanced Game Engine
|
Functions | |
constexpr BOOL WINAPI | ConsoleCloseHandler (DWORD control_type) noexcept |
|
noexcept |
Handler callback for handling the user closing the console (either by clicking the "Close" button on the console window's window menu, or by clicking the "End Task" button command from the Task Manager).
[in] | control_type | The type of control signal received by the handler. |
TRUE
if the function handles the control signal (i.e. CTRL_CLOSE_EVENT
). FALSE
otherwise.