Move first mouse move event to after frame has been drawn

This commit is contained in:
dec05eba
2024-12-02 22:02:36 +01:00
parent 9e220bb5f6
commit 3ed89cd80b
2 changed files with 13 additions and 6 deletions

View File

@@ -160,5 +160,6 @@ namespace gsr {
XEvent *xi_output_xev = nullptr;
std::array<KeyBinding, 1> key_bindings;
bool drawn_first_frame = false;
};
}