fschutt/azul

Question : how to set a top most window ? thanks

vvw2wvv-live opened this issue · 1 comments

Question : how to set a top most window ? thanks

Sorry for not responding faster.

A topmost window is created by setting the WindowCreateOptions.state.flags.is_always_on_top to true in the second argument of the App.run method.