nw::demo::Utility::IsTerminating Member Function

Syntax

static bool IsTerminating();

Arguments

None.

Return Values

Returns true if terminated, and returns false otherwise.

Description

Gets whether the demo has terminated.

If the NW_DEBUG_CHECK_MEMORY_LEAK macro is enabled, this function returns true because the termination process has been done already via the pad's START button. This function does not update the pad, so you need to initialize PadFactory ahead of time and use the Pad::Update function to update the pad status.


CONFIDENTIAL