예제 #1
0
func GetNewDisplayFlags() int32 {
	return int32(C.al_get_new_display_flags())
}
예제 #2
0
파일: display.go 프로젝트: beoran/algo
// Gets the display flags that the display should have after CreateDisplay().
func NewDisplayFlags() int {
	return int(C.al_get_new_display_flags())
}