Example #1
0
func GetNewDisplayFlags() int32 {
	return int32(C.al_get_new_display_flags())
}
Example #2
0
// Gets the display flags that the display should have after CreateDisplay().
func NewDisplayFlags() int {
	return int(C.al_get_new_display_flags())
}