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