X3

RedSky

导航

2024年6月20日 #

WPF支持任意快捷键+鼠标组合的绑定类

摘要: WPF支持任意快捷键+鼠标组合的绑定类 public interface IInputSignal { bool IsMatch(InputEventArgs args); } public class KeyDownSignal : KeySignal { public KeyDownSignal(Key key) : base(key 阅读全文

posted @ 2024-06-20 16:34 HotSky 阅读(29) 评论(0) 推荐(0)