index01d / rumouse

Port of python's PyMouse. Cross-platform simulation of mouse events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuMouse

This is port of PyMouse to ruby. Cross-platform library to simulate mouse events.

Usage

mouse = RuMouse.new

# click at 10x10
mouse.click 10, 10

# move mouse to 100x100
mouse.move 100, 100

# get screen size
puts mouse.screen_size 

About

Port of python's PyMouse. Cross-platform simulation of mouse events.


Languages

Language:Ruby 100.0%