mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-06 18:32:50 +08:00
10 lines
146 B
Go
10 lines
146 B
Go
//go:build !darwin && !windows && !linux
|
|
|
|
package gutil
|
|
|
|
import "fyne.io/fyne/v2"
|
|
|
|
func GetWindowHandle(window fyne.Window) uintptr {
|
|
return 0
|
|
}
|