From: newton-cn Date: Thu, 29 Jan 2026 06:44:09 +0000 (+0900) Subject: dsdf X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=4a3324065b481a86f3af9f7060e06c2d446297b3;p=newton-cn_pos.git dsdf --- diff --git a/.vs/newton-cn/v16/.suo b/.vs/newton-cn/v16/.suo index 7523486..57bf5a6 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 a3e45b0..82d1716 100644 --- a/newton-cn/MouseEvent1.cs +++ b/newton-cn/MouseEvent1.cs @@ -20,7 +20,7 @@ namespace newton_cn private int kind; private int aCount; private bool mInit; - private int tkind; + private int ttkind; public MouseEvent1(int pr, int kind, int aCount = 1, bool mInit = true, int tkind= 0) @@ -29,8 +29,7 @@ namespace newton_cn this.kind = kind; this.aCount = aCount; this.mInit = mInit; - this.tkind = tkind; - + this.ttkind = tkind; } public MouseEvent1() { @@ -116,7 +115,7 @@ namespace newton_cn if (mInit) { - this.menuinit(kind); + this.menuinit(this.ttkind); int tkind = kind; while (tkind - 12 > 0) { @@ -156,8 +155,8 @@ namespace newton_cn private void click(int time = 50) { - mouse_event(LBUTTONDOWN, 0, 0, 0, 0); - mouse_event(LBUTTONUP, 0, 0, 0, 0); + /*mouse_event(LBUTTONDOWN, 0, 0, 0, 0); + mouse_event(LBUTTONUP, 0, 0, 0, 0);*/ //await Task.Delay(1000); this.Delay(time); } diff --git a/newton-cn/bin/Debug/newton-cn.exe b/newton-cn/bin/Debug/newton-cn.exe index 7d621aa..f451903 100644 Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ diff --git a/newton-cn/bin/Debug/newton-cn.pdb b/newton-cn/bin/Debug/newton-cn.pdb index cefab0c..945534c 100644 Binary files a/newton-cn/bin/Debug/newton-cn.pdb and b/newton-cn/bin/Debug/newton-cn.pdb differ diff --git a/newton-cn/bin/Release/newton-cn.exe b/newton-cn/bin/Release/newton-cn.exe index da929dd..cf40fe5 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 4e3c931..55c090a 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/Debug/newton-cn.csproj.AssemblyReference.cache b/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache index 654fe63..f5e894a 100644 Binary files a/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache and b/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache differ diff --git a/newton-cn/obj/Debug/newton-cn.exe b/newton-cn/obj/Debug/newton-cn.exe index 7d621aa..f451903 100644 Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ diff --git a/newton-cn/obj/Debug/newton-cn.pdb b/newton-cn/obj/Debug/newton-cn.pdb index cefab0c..945534c 100644 Binary files a/newton-cn/obj/Debug/newton-cn.pdb and b/newton-cn/obj/Debug/newton-cn.pdb differ diff --git a/newton-cn/obj/Release/newton-cn.exe b/newton-cn/obj/Release/newton-cn.exe index da929dd..cf40fe5 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 4e3c931..55c090a 100644 Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ