]> insang Git - newton-cn_pos.git/commitdiff
dsdf
authornewton-cn <insang@kakao.com>
Thu, 29 Jan 2026 06:44:09 +0000 (15:44 +0900)
committernewton-cn <insang@kakao.com>
Thu, 29 Jan 2026 06:44:09 +0000 (15:44 +0900)
.vs/newton-cn/v16/.suo
newton-cn/MouseEvent1.cs
newton-cn/bin/Debug/newton-cn.exe
newton-cn/bin/Debug/newton-cn.pdb
newton-cn/bin/Release/newton-cn.exe
newton-cn/bin/Release/newton-cn.pdb
newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache
newton-cn/obj/Debug/newton-cn.exe
newton-cn/obj/Debug/newton-cn.pdb
newton-cn/obj/Release/newton-cn.exe
newton-cn/obj/Release/newton-cn.pdb

index 75234867a03a64a2f040ac0d34eda58441ad05a0..57bf5a6025cb23893bfc930c1c35ab19add6f34d 100644 (file)
Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ
index a3e45b046386a9936e7285c6a8735c5075191b6a..82d1716432ecc7d34e5b6e4ed38ca247d44bf107 100644 (file)
@@ -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);
         }
index 7d621aaa2c12b6c912c66d66e3bbf0ea60cf2e59..f451903a7368a3bdc70d4a7681375d2fc20d2fd3 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ
index cefab0c71be190dc51023958f3f600d1c5af4098..945534cebdab810f2c6690338af4fef61e870f2e 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.pdb and b/newton-cn/bin/Debug/newton-cn.pdb differ
index da929dd6aec38e5e28e126d3f80c6ed51e5ee1d0..cf40fe5296a52942499d88029e2648a0f7904007 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ
index 4e3c9319cda48b480dc7618f2e61a7a99fe871d8..55c090aa0e5301c5bd87a635f0bae88c225f6715 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ
index 654fe63c3d45a2e8165502122afabf3ee530b55b..f5e894aea93a73e58fa9d4feab241bc197ee1a40 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache and b/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache differ
index 7d621aaa2c12b6c912c66d66e3bbf0ea60cf2e59..f451903a7368a3bdc70d4a7681375d2fc20d2fd3 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ
index cefab0c71be190dc51023958f3f600d1c5af4098..945534cebdab810f2c6690338af4fef61e870f2e 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.pdb and b/newton-cn/obj/Debug/newton-cn.pdb differ
index da929dd6aec38e5e28e126d3f80c6ed51e5ee1d0..cf40fe5296a52942499d88029e2648a0f7904007 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ
index 4e3c9319cda48b480dc7618f2e61a7a99fe871d8..55c090aa0e5301c5bd87a635f0bae88c225f6715 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ