BOOL IsIdle() { DWORD t = GetTickCount(); Sleep(); t = GetTickCount() - t; return t == 0; }
6.3w+
社区成员
25.0w+
社区内容