Updated ImGui Widgets (markdown)
parent
7f71ecc5de
commit
273f650d81
@ -1,4 +1,14 @@
|
||||
# Text
|
||||
## ImGui::Text
|
||||
|
||||
Outputs a formatted text. The format options is like `printf`
|
||||
|
||||
### Input
|
||||
|
||||
### Example
|
||||
```c++
|
||||
ImGui::Text("Hello world %f", 42);
|
||||
```
|
||||
|
||||
# Main
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user