auto_click 0.1.9
Provide several Ruby methods for simulating mouse click, cursor movement and keystrokes in Windows. This gem use DL library and SendInput method so there is no dependency on FFI, AutoIt or Win32-api. Methods include mouse_move(x,y), left_click, right_click, cursor_position, mouse_scroll, key_up, key_down...etc. See https://github.com/erinata/auto_click for more details. (More control over mouse movement such as speed or locus will be implemented in future releases)