mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-10 12:18:13 +08:00
6 lines
92 B
Go
6 lines
92 B
Go
package util
|
|
|
|
func GetWindowHandle(title string) uintptr {
|
|
return getWindowHandle(title)
|
|
}
|