BOOL IsIdle() { DWORD t = GetTickCount(); Sleep(); t = GetTickCount() - t; return t == 0; }
65,184
社区成员
250,526
社区内容
加载中
试试用AI创作助手写篇文章吧