Closed CodingMadness closed 3 months ago
What error is reported in the build output log?
What error is reported in the build output log?
RlImGui.cs(102, 16): [CS1061] “ImGuiIOPtr” does not contain a definition for “KeyMap”, and no accessible KeyMap extension method could be found that accepts an initial argument of type “ImGuiIOPtr” (possibly missing a using directive or assembly reference).
i get like 23 of this same error over and over ( could not copy the entire full log but its really always the same) before "KeyMap" was a valid member of "io" and you could map inside the "Rlgl.cs"
I am stupid, I thought this was somehow a part of raylib_cs but its from "rlImgui_cs".... my appologize!
It was removed from ImGUI 1.90.
I added the recent nuget package "rlImgui.cs" and all works now, I had a copy of that class my self back then so it was sort of a manual keep-alive of that rlimgui setup but thats gone now :-)
Before submitting a new issue, please verify and check:
Issue description
Briefly describe the issue you are experiencing (or the feature you want to see added to Raylib-cs). Tell us what you were trying to do and what happened instead. You can also ask questions on the raylib discord server.
I want to understand how to fix this code, I had b4 Raylib_cs 4.5 in use and that here worked:
Environment
Provide your Platform, Operating System, OpenGL version, GPU, Raylib-cs version, Raylib version (if applicable), and details of where or how you experienced the issue. Raylib_cs 6.1.1, windows 11 x64 23H2
Issue screenshot
If possible, provide a screenshot that illustrates the issue. Usually an image is better than a thousand words.
Code example
Provide minimal reproduction code to test the issue. Please, format the code properly and try to keep it as simple as possible, just focusing on the experienced issue.
The code below worked in raylib_cs 4.5
`
`