LoginSignup
0
1

More than 5 years have passed since last update.

RubyのAuto_Clickが動かないときの対処

Posted at

ruby2.0からdl/importはfiddle/importに変わったので書き直す

auto_click.rb(修正前)
require 'dl/import'
auto_click.rb(修正後)
require 'fiddle/import'
autoclick/user32.rb(修正前)
extend DL::Importer
autoclick/user32.rb(修正後)
extend Fiddle::Importer

他にrubyでいい感じにマウスやキーボード操作できるgem知りませんか
(gem使わずに素直にwin32api使うべきなのだろうか)

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1