|
@@ -1209,7 +1209,7 @@ static unsigned int guiIconScale = 1; // Gui icon default scale (if ic
|
|
|
static bool guiTooltip = false; // Tooltip enabled/disabled
|
|
|
static const char *guiTooltipPtr = NULL; // Tooltip string pointer (string provided by user)
|
|
|
|
|
|
-static unsigned int textBoxCursorIndex = 0; // Cursor index, shared by all GuiTextBox*()
|
|
|
+static int textBoxCursorIndex = 0; // Cursor index, shared by all GuiTextBox*()
|
|
|
//static int blinkCursorFrameCounter = 0; // Frame counter for cursor blinking
|
|
|
static int autoCursorCooldownCounter = 0; // Cooldown frame counter for automatic cursor movement on key-down
|
|
|
static int autoCursorDelayCounter = 0; // Delay frame counter for automatic cursor movement
|