ClickableTransparentOverlay icon indicating copy to clipboard operation
ClickableTransparentOverlay copied to clipboard

Reduce low level win32 code by using following CsWin32 lib.

Open zaafar opened this issue 3 years ago • 0 comments

Current the lib is in beta mode and new. Let's check it again after 1 year (Dec 2023). https://github.com/microsoft/CsWin32

currently the lib isn't C# friendly e.g.

following change: User32.SetCursor(User32.LoadCursor(IntPtr.Zero, new IntPtr((int)cursor))); into: PInvoke.SetCursor(PInvoke.LoadCursor(HINSTANCE.Null, (char*)(int)cursor));

zaafar avatar Nov 27 '22 21:11 zaafar