Esempio n. 1
0
func GetNewDisplayRefreshRate() int {
	var v int

	v = (int)(C.al_get_new_display_refresh_rate())

	return v
}
Esempio n. 2
0
func GetNewDisplayRefreshRate() int32 {
	return int32(C.al_get_new_display_refresh_rate())
}
Esempio n. 3
0
// Gets the refresh rate that the display should have after CreateDisplay().
func NewDisplayRefreshRate() int {
	return int(C.al_get_new_display_refresh_rate())
}