5 #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOWS_PROC_TABLE_H_
6 #define FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOWS_PROC_TABLE_H_
10 #include "flutter/fml/macros.h"
11 #include "flutter/fml/native_library.h"
27 POINTER_INPUT_TYPE* pointer_type)
const;
61 using GetPointerType_ = BOOL __stdcall(UINT32 pointerId,
62 POINTER_INPUT_TYPE* pointerType);
65 fml::RefPtr<fml::NativeLibrary> user32_;
67 std::optional<GetPointerType_*> get_pointer_type_;
74 #endif // FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOWS_PROC_TABLE_H_