- 分享
- 2009-11-03 13:36:00 @
请提供个思路 我用的是
while true
确定该点色
如果不等于原来的颜色 就continue
end
这样实现起来不能精确的得到该点颜色变化的时刻,该怎么优化?
1 条评论
-
notblack LV 10 @ 2009-11-03 12:53:25
windows api
UINT_PTR SetTimer( HWND hWnd, UINT_PTR nIDEvent, UINT uElapse, TIMERPROC lpTimerFunc ) ;
- 1