1 2 3 4 5
extern crate autopilot; fn main() { autopilot::mouse::scroll(autopilot::mouse::ScrollDirection::Up, 10); }