mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-04-02 09:25:34 +08:00
6 lines
92 B
Go
6 lines
92 B
Go
package util
|
|
|
|
func GetWindowHandle(title string) uintptr {
|
|
return getWindowHandle(title)
|
|
}
|