NativeMouseInfopublic interface NativeMouseInfo The interface provides access to platform dependent functionality
for classes java.awt.PointerInfo & java.awt.MouseInfo. |
Methods Summary |
---|
public java.awt.Point | getLocation()Returns the Point that represents
the coordinates of the pointer on the screen.
| public int | getNumberOfButtons()Returns the number of buttons on the mouse.
If no mouse is installed returns -1.
|
|