Searched refs:MultimodeInputMsg (Results 1 – 9 of 9) sorted by relevance
52 class MultimodeInputMsg : public InputedMsgObject {54 MultimodeInputMsg() : InputedMsgObject(multimodeInput) in MultimodeInputMsg() function95 virtual ~MultimodeInputMsg() = default;
31 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in HardkeyInput()
30 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in KeyboardInput()
31 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in RotateInput()
30 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in MouseInput()
26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in SwapInput()
26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in TouchInput()
26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in AppswitchInput()
237 auto inputMutlMsgPtr = std::static_pointer_cast<MultimodeInputMsg>(inputedMsgObject); in SplitInputMode()