Skip to content

A java library to interact with the virtual mouse system. Uses JNA to access libvm.

Notifications You must be signed in to change notification settings

E-Heerschap/libvm-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libvm-java

A java library to interact with the VirtualMouse libvm. Uses JNA to access libvm.

Build

Build using the shadowJar gradle task.

Executing

The libvm library must either be placed in a system library path or specified using the system variable jna.library.path. For more information on library loading see Loading JNA. An example execution with the library in the working directory would be as follows: java -cp ".:libVHJava-1.0-SNAPSHOT-all.jar" -Djna.library.path=$(pwd) example

About

A java library to interact with the virtual mouse system. Uses JNA to access libvm.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages