IMEManagerBase::SetActiveMovie

IMEManagerBase::SetActiveMovie
virtual void SetActiveMovie(Movie* pmovie);
Description

SetActiveMovie sets currently focused movie view to IME manager. 

GFxPlayer allows two or more movies to play simultaneously on the stage. Each movie can load their own IME widgets by calling SetIMEMoviePath ahead of time and providing a path for the IME UI file. SetActiveMovie informs IME manager the currently focused movie when focus changes from one movie to another. 

Parameters
Parameters 
Description 
Movie* pmovie 
Movie view with the current focus.