|

 In Java, allows you to find out where the mouse in on the
screen, even when it is not over one of your apps. This has
similar function to MouseInfo.getPointerInfo in Java 1.5+.
This class will work in any version of Java.
It uses JNI and a DLL, so it only works on Windows.
You must install the nativemouse.dll somewhere on the path.
Then your programs can find out the x and y position of the
mo
Keywords: mouse, java, getPointerInfo, position, co-ordinates, screen, location, mouse location, mouse position
Recent Changes: fix problem with Microsoft C++ runtime library
Install Support: No Install Support
Supported Languages: English
Additional Requirements: Requires Java 1.1+
|