-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 1.4.0
-
Component/s: client-libs
-
sparc
-
solaris_7
Often, MouseEvents must be retargeted before they are dispatched. Such cases include events to lightweight Components, and MouseWheelEvents. Because the x,y coordinates in a MouseEvent are immutable, this retargeting consists of creating a new MouseEvent with x and y coordinates to correspond with the new event target. This retargeting could be accomplished more efficiently by allowing the event dispatching mechanism to change the x and y coordinates of an event directly.