RubyGems Navigation menu

auto_click 0.3.0

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, type(string), mouse_scroll(steps), key_up, key_down...etc. See https://github.com/erinata/auto_click for more details about instalation and usage. (More control over mouse movement such as speed or locus will be implemented in future releases)

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.5.9 - May 31, 2019 (12.5 KB)
  2. 0.5.2 - May 18, 2019 (12.5 KB)
  3. 0.5.0 - May 08, 2019 (12.0 KB)
  4. 0.4.3 - May 08, 2019 (12.0 KB)
  5. 0.4.0 - April 14, 2019 (12.0 KB)
  6. 0.3.0 - June 03, 2017 (12.0 KB)
顯示所有版本(共 20)

擁有者:

作者:

  • erinata

SHA 256 checksum:

fe958c0cb73501cc7a82b72e2a4059ce93a8bb7d89f8361873154d209e751837

總下載次數 122,600

這個版本 12,237

License:

Ruby 版本需求: >= 1.9.0

相關連結: