mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Register callbacks with Context::on_begin_frame and on_end_frame. (#3886)
This can be useful for creating simple plugins for egui. The state can be stored in the egui data store, or by the user. An example plugin for painting debug text on screen is provided.
This commit is contained in:
@@ -68,7 +68,7 @@ need_stdout = true
|
||||
[keybindings]
|
||||
i = "job:initial"
|
||||
c = "job:cranky"
|
||||
w = "job:wasm"
|
||||
a = "job:wasm"
|
||||
d = "job:doc-open"
|
||||
t = "job:test"
|
||||
r = "job:run"
|
||||
|
||||
Reference in New Issue
Block a user