LAnimationWindow::IsWaitingForUserInput
#include "ltwrappr.h"
L_BOOL LAnimationWindow::IsWaitingForUserInput(nIndex) const
| L_UINT nIndex; | /* position of the bitmap list item */ | 
Determines whether the animation playback waits for user input at the specified index in the list.
| Parameter | Description | 
| nIndex | Position of the bitmap list item. | 
Returns
| TRUE | The bitmap list item is set to wait for user input. | 
| FALSE | The bitmap list item is not set to wait for user input. | 
Required DLLs and Libraries
| LTDIS 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::WaitForUserInput, LAnimationWindow::Load, LAnimationWindow::PlayAnimation, Class Members | 
Example
For an example, refer to LAnimationWindow::WaitForUserInput.