BOOL IsIdle() { DWORD t = GetTickCount(); Sleep(); t = GetTickCount() - t; return t == 0; }
63,594
社区成员
250,391
社区内容
加载中