예제 #1
0
 // Will need to change and test how the scrolling works
 public void MouseScroll(Mouse.ScrollDirection scrollDirection)
 {
     Mouse.Scroll(scrollDirection);
 }
예제 #2
0
 public MouseScrollAssignment(Mouse.ScrollDirection dir)
 {
     ScrollDirection = dir;
 }