mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
This is a very easy way to show some text under the mouse pointer:
```rs
ctx.debug_text("foo");
```
This is a very easy way to show some text under the mouse pointer:
```rs
ctx.debug_text("foo");
```