Skip to content

Support WindowProc delegation in plugin API #53168

@stuartmorgan-g

Description

@stuartmorgan-g

There are cases where plugin functionality requires changing the behavior of the WindowProc of the top-level HWND and/or the Flutter HWND. Examples:

We should allow plugins to register as delegates of the top-level WindowProc (if the app chooses to provide it; for add-to-app this would not always make sense, so we should be clear that it is not required to work) and the Flutter WindowProc (if we keep an HWND-based approach at that level).

Metadata

Metadata

Labels

P3Issues that are less important to the Flutter projecta: desktopRunning on desktopengineflutter/engine related. See also e: labels.platform-windowsBuilding on or for Windows specifically

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions