Skip to content

Commit

Permalink
New const added for view-control function enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
Spr-Aachen committed Nov 25, 2022
1 parent bc743ef commit 233c949
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Main.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


;【常量 Const】版本号
Global Version := "0.4.0"
Global Version := "0.4.1"


;【常量 Const】对管理隐藏光标功能的全局常量进行赋值
Expand All @@ -26,7 +26,8 @@ Global Toggle_MouseFunction := False

;【常量 Const】对管理视角跟随功能的全局常量进行赋值
Global Status_Key_ViewControl := False
Global Timer_ViewControl := 10 ; [可调校数值 adjustable parameters] 设定视角跟随命令的每执行时间间隔(ms)
Global Timer_Key_ViewControl_Detect := -10 ; [可调校数值 adjustable parameters] 设定延迟检测命令的每执行时间间隔(ms)
Global Timer_ViewControl := abs(Timer_Key_ViewControl_Detect) ; [可调校数值 adjustable parameters] 设定视角跟随命令的每执行时间间隔(ms)

;【常量 Const】对管理准星跟随功能的全局常量进行赋值
Global BreakFlag_Aim := False
Expand Down

0 comments on commit 233c949

Please sign in to comment.