TempleDevelopment / TempleWare

TempleWare is an internal cheat for CS2, developed in C++.
https://templecheats.xyz
MIT License
11 stars 2 forks source link

Fix mouse cursor #2

Closed lwnb666777 closed 1 month ago

lwnb666777 commented 1 month ago

Need to fix mouse cursor keeps showing in the center of the screen

PhilipPanda commented 1 month ago

Yes, I am working on it.

lwnb666777 commented 1 month ago

Come on, buddy, looking forward to adding more features

PhilipPanda commented 1 month ago

Will do. If you want to contribute to the project feel free :)

ghost commented 1 month ago

fix for cursor

        ImGuiIO& io = ImGui::GetIO();
        io.MouseDrawCursor = menu::show; // bool
        io.WantCaptureKeyboard = menu::show;  // bool
        io.WantCaptureMouse = menu::show;  // bool
PhilipPanda commented 1 month ago

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 😀