gui refactor

This commit is contained in:
aynakeya
2025-10-06 23:52:10 +08:00
parent 7c3f8587f6
commit 5c508b9664
61 changed files with 1448 additions and 618 deletions

View File

@@ -7,6 +7,8 @@ import (
)
func GetWindowHandle(window fyne.Window) uintptr {
// macos doesn't support --wid. :(
return 0
glfwWindow := getGlfwWindow(window)
if glfwWindow == nil {
return 0