摘要: string bind = "Hello"; for (int i = 0; i < bind.length(); i++) { short ch = VkKeyScanA(bind[i]); if (((ch & 0xff00) >> 8) & 0x1) { std::cout<<" This i 阅读全文
posted @ 2019-12-26 09:36 strive-sun 阅读(553) 评论(0) 推荐(0)