Property definitions

egl $ EGLContext :: defaultinit
extern class EGLContext `{ EGLContext `}
	new current `{ return eglGetCurrentContext(); `}
	new none `{ return EGL_NO_CONTEXT; `}

	fun is_ok: Bool `{ return self != EGL_NO_CONTEXT; `}
end
lib/egl/egl.nit:200,1--205,3