virtual void SetActiveMovie(Movie* pmovie);
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 |
Description |
Movie* pmovie |
Movie view with the current focus. |