mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
简易策略支持中键滚动 (#2660)
This commit is contained in:
@@ -32,6 +32,7 @@ public class Method
|
||||
public static readonly Method KeyDown = new(["keydown"]);
|
||||
public static readonly Method KeyUp = new(["keyup"]);
|
||||
public static readonly Method KeyPress = new(["keypress"]);
|
||||
public static readonly Method Scroll = new(["scroll", "verticalscroll"]);
|
||||
public static readonly Method Round = new(["round"]);
|
||||
|
||||
public static IEnumerable<Method> Values
|
||||
@@ -63,6 +64,7 @@ public class Method
|
||||
yield return KeyDown;
|
||||
yield return KeyUp;
|
||||
yield return KeyPress;
|
||||
yield return Scroll;
|
||||
yield return Round;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user