We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a36786 commit 5e8f8fbCopy full SHA for 5e8f8fb
README.md
@@ -74,7 +74,7 @@ Using ImGui-SFML in your code
74
75
```cpp
76
while (const auto event = window.pollEvent()) {
77
- ImGui::SFML::ProcessEvent(window, event);
+ ImGui::SFML::ProcessEvent(window, *event);
78
...
79
}
80
```
0 commit comments