5#include "flutter/shell/platform/windows/testing/mock_window.h"
11 std::unique_ptr<TextInputManager> text_input_manager)
14 std::move(window_proc_table),
15 std::move(text_input_manager)){};
31 std::unique_ptr<DirectManipulationOwner> owner) {
42 for (
int message_id = 0; message_id <
count; message_id += 1) {
std::unique_ptr< DirectManipulationOwner > direct_manipulation_owner_
LRESULT HandleMessage(UINT const message, WPARAM const wparam, LPARAM const lparam) noexcept
virtual void OnImeComposition(UINT const message, WPARAM const wparam, LPARAM const lparam)
LRESULT InjectWindowMessage(UINT const message, WPARAM const wparam, LPARAM const lparam)
void InjectMessageList(int count, const Win32Message *messages)
LRESULT Win32DefWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
void SetDirectManipulationOwner(std::unique_ptr< DirectManipulationOwner > owner)
void CallOnImeComposition(UINT const message, WPARAM const wparam, LPARAM const lparam)
constexpr LRESULT kWmResultDefault
constexpr LRESULT kWmResultDontCheck