egui icon indicating copy to clipboard operation
egui copied to clipboard

Add code examples for copy/paste using PlatformOutput::commands and OutputCommand

Open Lekyaira opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe.

Code documentation and examples directory doesn't have any examples on how to use this feature. Unlike the depreciated PlatformOutput::copied_text, it is not obvious (to me at least) how to use this.

Describe the solution you'd like

Add code examples to Docs.rs and an example in the examples directory.

Describe alternatives you've considered

Google search. Didn't help.

Additional context

None

Lekyaira avatar May 13 '25 14:05 Lekyaira