IMEManagerBase::IMECommand

IMEManagerBase::IMECommand
virtual void IMECommand(Movie* pmovie, const char* pcommand, const char* pparam);
Description

IMECommand handles "_global.imecommand(cmd, param)" . _global.imecommands are used to report to the containing movie view information about user events.

Parameters
Parameters 
Description 
Movie* pmovie 
Movie view containing the candidate list. 
const char* pcommand 
imecommands to handle user events. 
const char* pparam 
_nt_