主题:  求助!调用哪个函数可以得到屏幕刷新率?

moonyboy

职务:普通成员
等级:1
金币:0.0
发贴:18
#12003/4/25 10:28:41
同题!



5D荣誉斑竹

职务:普通成员
等级:3
金币:10.0
发贴:954
#22003/4/25 10:34:54
有很多》》
比如
alltools2.0.u32》

result = alGetCurrentDispSet()
This function gets all the resolutions available for the monitor
result = alGetDispSet()
This function gets all the resolutions available for the monitor
等!!!!!!!!!!!!!!!!!!!!!!!!!


真正的光明绝不是永没有黑暗的时间,只是永不被黑暗所湮没罢了;真正的英雄绝不是永没有卑下的情操,只是永不被卑下的情操所屈服罢了。

moonyboy

职务:普通成员
等级:1
金币:0.0
发贴:18
#32003/4/25 11:28:32
记录用户初始设置
width:=ScreenWidth
height:=ScreenHeight
depth:=ScreenDepth
ifreq:=??
alChangeRes(800,600,16,75)
加入一等待图标等待二秒后改回原始设置
alChangeRes(width,height,depth,ifreq)
怎么做??谢谢!