danielkrupinski / GOESP

Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui + FreeType.
MIT License
433 stars 74 forks source link

Cursor when opening menu in game. #3

Closed VladimirKlitchsko closed 4 years ago

VladimirKlitchsko commented 4 years ago

This is not an issue but really a thread for help.

I have set the GOESP up in a way meaning when a key is pressed the menu opens and another key is pressed the menu is closed. However opening the menu this way means there is no cursor ingame unless you open the menu in the ESC menu. Which I don't want to do. How would I go around doing this so that the cursor shows ingame?

danielkrupinski commented 4 years ago

It was done like that to not hook any of game functions. I've found a way to unlock cursor, so menu will be toggleable in game.

danielkrupinski commented 4 years ago

You can now toggle GUI while in game by pressing INSERT key.