From: newton-cn Date: Thu, 29 Jan 2026 05:55:59 +0000 (+0900) Subject: dsdf X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=0feee3e1a3be25a5224f49355e2d3f875848a767;p=newton-cn_pos.git dsdf --- diff --git a/.vs/newton-cn/v16/.suo b/.vs/newton-cn/v16/.suo index 31cdda2..d8dc243 100644 Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ diff --git a/newton-cn/MouseEvent1.cs b/newton-cn/MouseEvent1.cs index 705db5c..da10377 100644 --- a/newton-cn/MouseEvent1.cs +++ b/newton-cn/MouseEvent1.cs @@ -52,7 +52,7 @@ namespace newton_cn public void find() { //USBControl.DisableDevice(where); - this.Delay(200); + this.Delay(100); arrowmenu["left"] = new Point(992, 96); arrowmenu["right"] = new Point(992, 167); @@ -149,10 +149,10 @@ namespace newton_cn { Cursor.Position = point; //await Task.Delay(1000); - this.Delay(100); + this.Delay(50); } - private void click(int time = 100) + private void click(int time = 50) { mouse_event(LBUTTONDOWN, 0, 0, 0, 0); mouse_event(LBUTTONUP, 0, 0, 0, 0); diff --git a/newton-cn/bin/Release/newton-cn.exe b/newton-cn/bin/Release/newton-cn.exe index 1935f9e..d5395ad 100644 Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ diff --git a/newton-cn/bin/Release/newton-cn.pdb b/newton-cn/bin/Release/newton-cn.pdb index 3f3bfb2..b81d812 100644 Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ diff --git a/newton-cn/obj/Release/newton-cn.exe b/newton-cn/obj/Release/newton-cn.exe index 1935f9e..d5395ad 100644 Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ diff --git a/newton-cn/obj/Release/newton-cn.pdb b/newton-cn/obj/Release/newton-cn.pdb index 3f3bfb2..b81d812 100644 Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ