Closed lwnb666777 closed 1 month ago
Yes, I am working on it.
Come on, buddy, looking forward to adding more features
Will do. If you want to contribute to the project feel free :)
fix for cursor
ImGuiIO& io = ImGui::GetIO();
io.MouseDrawCursor = menu::show; // bool
io.WantCaptureKeyboard = menu::show; // bool
io.WantCaptureMouse = menu::show; // bool
fix for cursor
ImGuiIO& io = ImGui::GetIO(); io.MouseDrawCursor = menu::show; // bool io.WantCaptureKeyboard = menu::show; // bool io.WantCaptureMouse = menu::show; // bool
That's great, mind making a pull request with this fix. As I prefer crediting the person, its a open source project after all 😀
Need to fix mouse cursor keeps showing in the center of the screen