LAnimationWindow::IsPlaying

#include "ltwrappr.h"

L_BOOL LAnimationWindow::IsPlaying(L_VOID) const

Determines whether animation playback is in progress.

Returns

TRUE

Animation playback is in progress.

FALSE

Animation playback is not in progress.

Required DLLs and Libraries

LTDIS
LTDLG
LTEFX
LTFIL
LTIMG
LTISI
LTSCR
LTTWN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LAnimationWindow::LAnimationWindow, LAnimationWindow::StopAnimation, LAnimationWindow::AnimateEvent, Class Members

Example

For an example, refer to LAnimationWindow::PlayAnimation.