Vendor odin.js

This commit is contained in:
Synthasmagoria 2026-09-14 10:42:52 +02:00
commit 3d27deb8f4
3 changed files with 2293 additions and 13 deletions

View file

@ -3347,6 +3347,9 @@ int GuiValueBoxFloat(Rectangle bounds, const char *text, char *textValue, float
if (GuiGetTextWidth(textValue) < bounds.width)
{
int key = GUI_INPUT_KEY;
if (key != 0) {
key = key;
}
if (((key >= 48) && (key <= 57)) ||
(key == '.') ||
((keyCount == 0) && (key == '+')) || // NOTE: Sign can only be in first position

2284
src/web/odin.js Normal file

File diff suppressed because it is too large Load diff