noDisplayUpdates

val noDisplayUpdates: Boolean? = null

Whether updates should not be committed and drawn onto the display. False by default. If true, only side effects of the BeginFrame will be run, such as layout and animations, but any visual updates may not be visible on the display or in screenshots.

Sources

jvm source
Link copied to clipboard