Ray
Ray
@karl-zylinski thanks for the review, I'll wait for a while for this issue to be addressed in `miniaudio` side to avoid library missalignments...
_Ignore message, commented on this issue while trying to comment on raylib one_ :P
@benjibst this is a breaking change for raygui because it requires a new function from raylib, not merging it for now but I keep the PR open while thinking what...
> maybe one solution could be to just use the c standard library? Yeap, probably that's the best solution at this point.
@benjibst What is the state of this PR? Is it possible to move `val_str` to a static variable inside the control? It can be updated on editMode and just reseted...
@benjibst I see the issue now. It happens when switching from one text box to another directly without exiting the first one "properly" so it's like two text boxes are...
@benjibst I'm merging this PR and I'll try to find some solution in the meantime... Thanks again for all the work you put on this improvement! :)
@benjibst Yes, that's my idea but I'm not sure if it would work... As per my understanding, at the moment it fails because when you "jump" from one GuiValueBox to...
Two new globals have been added to raygui that could be used to address this kind of issues: ```c static bool guiControlExclusiveMode = false; // Gui control exclusive mode (no...
As discussed, this issue could be related to how raylib considers font size data (as points vs pixels). Other engines seem to be able to load font data correctly at...