コード例 #1
0
ファイル: display.go プロジェクト: b1naryth1ef/allegro
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())
}