Vendor odin.js
This commit is contained in:
parent
a8b35c7e3d
commit
3d27deb8f4
3 changed files with 2293 additions and 13 deletions
|
|
@ -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
2284
src/web/odin.js
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue