alexfacciorusso
09/18/2023, 12:15 PMalexfacciorusso
09/18/2023, 12:18 PMWM_NCHITTEST
message doesn't get called once the window content is expanded, hence not giving the procedure a possibility to tell about what to be hit by the system or what is managed by the app itself.Kirill Grouchnikov
09/18/2023, 3:34 PMalexfacciorusso
09/18/2023, 3:43 PMalexfacciorusso
09/18/2023, 3:44 PMSanlorng
12/27/2024, 11:22 AM(window as? ComposeWindow)?.findSkiaLayer()?.let { User32.SetWindowLong(it.contentHandle, WinUser.GWL_WNDPROC, YourHitTestWindowProc)
more detail see pull requestאליהו הדס
12/27/2024, 11:36 AM