예제 #1
0
파일: al.go 프로젝트: beoran/algo
// Inibits the screensaver, or not debending on inhibit.
func InhibitScreensaver(inhibit bool) bool {
	return bool(C.al_inhibit_screensaver(C.bool(inhibit)))
}
예제 #2
0
func InhibitScreensaver(inhibit bool) {
	C.al_inhibit_screensaver(C.bool(inhibit))
}