0x0ade / ImGuiCS

Heavily modified fork of ImGui.NET + SDL2-CS, XNA and FNA samples
MIT License
7 stars 0 forks source link

MouseDrawCursor is acting as readonly #18

Open Hi-ImKyle opened 6 years ago

Hi-ImKyle commented 6 years ago

I know its because its in a struct, but even when getting it through ImGui.IO.Native->MouseDrawCursor = 0; still doesnt work.

Am i missing something.