Skip to content

IDouble/Mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–± Mouse πŸ–±

A Simple Java Library for controlling the Mouse, it is:

  • Easy to use
  • Powerful
  • Works on multiple Monitors
  • And has many Functions

I searched long to find a simple Mouse Library for Java but I have found nothing that fits, so I wrote a simple Java Library to access the Mouse.

πŸ“ Example πŸ“

(As an example, I used it to program a game controller with Arduino (JArduino).)

import java.awt.AWTException;

import Mouse.Mouse;

public class Main {
	
	private static Mouse mouse;
	
	public static void main(String [] args) throws Exception {
		mouse = new Mouse();
		mouse.animateMove(100, 150, 1);
		mouse.click();
	}

}

Binance Ready to give crypto a try ? buy bitcoin and other cryptocurrencies on binance

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy