RFR: 8254841: [macos] Enter or Exit events are shouldn't be displayed while resizing [v5]

Sergey Bylokhov serb at openjdk.java.net
Tue Sep 21 23:43:01 UTC 2021


On Tue, 21 Sep 2021 23:33:49 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> _AppKit sets the value of this property to YES when a live resizing operation involving the view is underway. Use this property to determine when to optimize your view’s drawing behavior. Typically, you access this property from your drawRect: method and use the value to change the fidelity of the content you draw, or to draw your content more efficiently_

I did not check but I think it might be set when the "resize animation" is in progress.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5497



More information about the client-libs-dev mailing list