コード例 #1
0
ファイル: HPlugin.Mouse.cs プロジェクト: daiwy1016/DnTool
 public bool WheelUp()
 {
     Delay(50);
     return(m.WheelUp());
 }