Exemplo n.º 1
0
func GLIsCurrent(ih *Ihandle) int {
	return int(C.IupGLIsCurrent(ih.C()))
}
Exemplo n.º 2
0
func IsCurrent(ih *iup.Ihandle) int {
	return int(C.IupGLIsCurrent(ih.C()))
}