Example #1
0
func GLIsCurrent(ih *Ihandle) int {
	return int(C.IupGLIsCurrent(ih.C()))
}
Example #2
0
func IsCurrent(ih *iup.Ihandle) int {
	return int(C.IupGLIsCurrent(ih.C()))
}