public class PointerInfo extends Object
GraphicsDevice where the
 pointer is and the Point that represents
 the coordinates of the pointer.
 
 Instances of this class should be obtained via
 MouseInfo.getPointerInfo().
 The PointerInfo instance is not updated dynamically
 as the mouse moves. To get the updated location, you must call
 MouseInfo.getPointerInfo() again.
MouseInfo.getPointerInfo()| Modifier and Type | Method and Description | 
|---|---|
| GraphicsDevice | getDevice()Returns the  GraphicsDevicewhere the mouse pointer
 was at the moment thisPointerInfowas created. | 
| Point | getLocation()Returns the  Pointthat represents the coordinates
 of the pointer on the screen. | 
public GraphicsDevice getDevice()
GraphicsDevice where the mouse pointer
 was at the moment this PointerInfo was created.GraphicsDevice corresponding to the pointerpublic Point getLocation()
Point that represents the coordinates
 of the pointer on the screen. See MouseInfo.getPointerInfo()
 for more information about coordinate calculation for multiscreen
 systems.MouseInfo, 
MouseInfo.getPointerInfo() Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates.  All rights reserved.