修复鼠标快捷键会失效以及快捷键不对应前的备份,
This commit is contained in:
parent
f4763017c4
commit
3869ec013b
1
Bin/Debug/VSoft/1.txt
Normal file
1
Bin/Debug/VSoft/1.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
XButton1
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[VSoft]
|
||||
hwnd=135982
|
||||
hwnd=1577024
|
||||
width=733
|
||||
height=570
|
||||
[VSoft_Test]
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,3 +1,3 @@
|
|||
<root>
|
||||
<list id="LastUpdateTime" Value="2021/3/8 14:49:57" />
|
||||
<list id="LastUpdateTime" Value="2021/6/15 10:04:53" />
|
||||
</root>
|
||||
Binary file not shown.
|
|
@ -65,6 +65,7 @@ namespace VSoft
|
|||
}
|
||||
if (e.Button== button)
|
||||
{
|
||||
ryCommon.RyFiles.WriteAllText(Application.StartupPath+"\\1.txt",e.Button.ToString(),Encoding.UTF8);
|
||||
if(Math.Abs((dt_lastMouse-DateTime.Now).TotalMilliseconds)<500)
|
||||
{
|
||||
clickcount++;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\Bin\Debug\VSoft\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;DY</DefineConstants>
|
||||
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user