Searched refs:TouchMoveCommand (Results 1 – 3 of 3) sorted by relevance
67 typeMap["MouseMove"] = &CommandLineFactory::CreateObject<TouchMoveCommand>; in InitCommandMap()
118 class TouchMoveCommand : public CommandLine, public TouchAndMouseCommand {120 TouchMoveCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);121 ~TouchMoveCommand() override {} in ~TouchMoveCommand()
277 bool TouchMoveCommand::IsActionArgValid() const in IsActionArgValid()296 TouchMoveCommand::TouchMoveCommand(CommandType commandType, const Json::Value& arg, const LocalSock… in TouchMoveCommand() function in TouchMoveCommand301 void TouchMoveCommand::RunAction() in RunAction()