摘要: [DllImport("user32.dll")] static extern int GetSystemMetrics(int nIndex); private const int SM_DIGITIZER = 94; private const int SM_MAXIMUMTOUCHES = 9 阅读全文
posted @ 2023-03-17 15:45 stweily 阅读(42) 评论(0) 推荐(0)