dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
7.08k stars 1.17k forks source link

Enable DirectManipulation #3294

Open lindexi opened 4 years ago

lindexi commented 4 years ago

See: Direct Manipulation - Win32 apps | Microsoft Docs

miloush commented 4 years ago

I think you should be a bit more specific what do you mean by "enable". Do you need WPF elements to be manipulated by the API, do you need to manipulate other applications, do you need the actual COM interfaces to be implemented, or are you just looking for the same behavior in WPF?

Why does the current manipulation API not suit your needs?

lindexi commented 4 years ago

@miloush It is not necessary, but it can make the application more modern. Just like WM_Pointer