Skip to content

selcukc34/MoveMouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MoveMouse

This applicaiton is basically moving the cursor. It is getting 2 parameters. First parameters is total loop count (total minutes) and second one is minute interval

String arg1 = args[0]; //totalMinutes String arg2 = args[1]; //interval

For example if you execute the jar like below

java -jar "FILEPATH\moveMouse.jar" 100 1

it will move cursor every 1 minute for 100 minutes.

About

Moving the cursor every given minute

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages