You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used a few of the SliderFloats and they all appear to work and so does SliderInt, I haven't tried the other SliderIntX but, SliderInt2 will show incorrect data.
private int[2] test = int[2](1, 2);
public void Render(){
....SliderInt2("Test", test,0,10);
}
The text was updated successfully, but these errors were encountered:
Hi, sorry for the late reply. This wrapper is mostly deprecated since I didn't have the time/drive to maintain it and it was a quick and dirty hand written wrapper with many typo like issues. I suggest to use the wrapper maintained by RougeMacro: https://github.com/RogueMacro/imgui-beef that's an automatically generated wrapper for cimgui, so it's always up to date and it's guaranteed that doesn't have type mismatch errors.
I've also updated the README.md
I have used a few of the SliderFloats and they all appear to work and so does SliderInt, I haven't tried the other SliderIntX but, SliderInt2 will show incorrect data.
The text was updated successfully, but these errors were encountered: