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

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

	return v
}
Ejemplo n.º 2
0
func GetNewDisplayRefreshRate() int32 {
	return int32(C.al_get_new_display_refresh_rate())
}
Ejemplo 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())
}