Expand description
Fallback rounded corners drawing helpers.
Functionsยง
- apply_
rounded_ corners - Applies native rounded corners to the window if supported on the current platform. This should be called once after the window is created.
- apply_
rounded_ corners_ to_ viewport - Applies native rounded corners to a viewport window. This should be called once per viewport after the window is created.
- store_
window_ handle_ for_ viewport - Stores window handle information in the egui context for later use in viewport callbacks. This allows applying rounded corners to secondary viewports.