我希望你们开放鼠标和按键事件(I hope you open the mouse and key events):
Code: C#
ProcessKeyDown(System.Windows.Input.KeyEventArgs)
ProcessKeyPress(System.Windows.Input.TextCompositionEventArgs)
ProcessKeyUp(System.Windows.Input.KeyEventArgs)
ProcessMouseDown(System.Windows.Input.MouseButtonEventArgs)
ProcessMouseMove(System.Windows.Input.MouseEventArgs)
ProcessMouseUp(System.Windows.Input.MouseButtonEventArgs)
ProcessMouseWheel(System.Windows.Input.MouseWheelEventArgs)