< prev index next >

src/java.desktop/share/classes/sun/awt/GlobalCursorManager.java

Print this page

        

*** 151,161 **** /** * Updates the global cursor. We apply a three-step scheme to cursor * updates:<p> * * (1) InputEvent updates which are outdated are discarded by ! * <code>updateCursorImmediately(InputEvent)</code>.<p> * * (2) If 'useCache' is true, the native code is free to use a cached * value to determine the most specific, visible, enabled heavyweight * because this update is occurring in response to a mouse move. If * 'useCache' is false, the native code must perform a new search given --- 151,161 ---- /** * Updates the global cursor. We apply a three-step scheme to cursor * updates:<p> * * (1) InputEvent updates which are outdated are discarded by ! * {@code updateCursorImmediately(InputEvent)}.<p> * * (2) If 'useCache' is true, the native code is free to use a cached * value to determine the most specific, visible, enabled heavyweight * because this update is occurring in response to a mouse move. If * 'useCache' is false, the native code must perform a new search given
< prev index next >