mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-14 18:35:31 +00:00
Update text_input_box.c
This commit is contained in:
@@ -69,7 +69,7 @@ int main(void)
|
|||||||
name[letterCount] = '\0';
|
name[letterCount] = '\0';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (GetMouseCursor() != MOUSE_CURSOR_DEFAULT) SetMouseCursor(MOUSE_CURSOR_DEFAULT);
|
else SetMouseCursor(MOUSE_CURSOR_DEFAULT);
|
||||||
|
|
||||||
if (mouseOnText) framesCounter++;
|
if (mouseOnText) framesCounter++;
|
||||||
else framesCounter = 0;
|
else framesCounter = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user