예제 #1
0
파일: glcanvas.go 프로젝트: jcowgar/go-iup
func GLIsCurrent(ih *Ihandle) int {
	return int(C.IupGLIsCurrent(ih.C()))
}
예제 #2
0
파일: glcanvas.go 프로젝트: DaviWei/iup
func IsCurrent(ih *iup.Ihandle) int {
	return int(C.IupGLIsCurrent(ih.C()))
}