-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: 6
-
Component/s: client-libs
-
x86
-
windows_xp
A DESCRIPTION OF THE REQUEST :
Need to know the current mouse cursor (e.g. hourglass or pointer etc). java.awt.PointerInfo seems like a logical place for this, as the location is given from there.
JUSTIFICATION :
Working on VNC-like application, and need to know current mouse cursor to properly display to user what is happening with their mouse.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
public int getMouseCursor ();
should return PointerInfo.HOURGLASS etc.
ACTUAL -
cannot determine current pointer currently
Need to know the current mouse cursor (e.g. hourglass or pointer etc). java.awt.PointerInfo seems like a logical place for this, as the location is given from there.
JUSTIFICATION :
Working on VNC-like application, and need to know current mouse cursor to properly display to user what is happening with their mouse.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
public int getMouseCursor ();
should return PointerInfo.HOURGLASS etc.
ACTUAL -
cannot determine current pointer currently