-
public final class MavericksViewKt
-
-
Method Summary
Modifier and Type Method Description final static UnitcancelPendingInvalidates(MavericksView $self)If any callbacks to run MavericksView.invalidate have been posted with MavericksView.postInvalidate then this cancels them. -
-
Method Detail
-
cancelPendingInvalidates
final static Unit cancelPendingInvalidates(MavericksView $self)
If any callbacks to run MavericksView.invalidate have been posted with MavericksView.postInvalidate then this cancels them.
This may be useful if you have manually run MavericksView.invalidate and want to avoid the overhead of having it run again on the next frame.
-
-
-
-