BepInEx / BepInEx.ConfigurationManager

Plugin configuration manager for BepInEx
https://www.patreon.com/ManlyMarco
GNU Lesser General Public License v3.0
231 stars 53 forks source link

can't see mouse cursor #16

Closed Boatsandlogs closed 3 years ago

Boatsandlogs commented 3 years ago

I can't see my mouse cursor when I press F1 to bring up the configuration in game, it makes it very difficult to click on things. is windowed mode an issue?

ManlyMarco commented 3 years ago

It depends on the game, some games might require special handling of the cursor (e.g. patching relevant game code). Your best bet is to open config manager while inside of a game menu that shows the cursor. If that doesn't help then you'll likely need a solution specific for your game (usually a helper plugin like this).