buffer comments

This commit is contained in:
RobinsAviary 2025-10-18 19:41:33 -04:00
parent eb33f32296
commit 86639ed989

View File

@ -57,6 +57,7 @@ int main(void)
while (!WindowShouldClose()) // Detect window close button or ESC key while (!WindowShouldClose()) // Detect window close button or ESC key
{ {
// Update // Update
//----------------------------------------------------------------------------------
// Disable the hint text once the user clicks // Disable the hint text once the user clicks
if (IsMouseButtonPressed(MOUSE_BUTTON_LEFT) && startText) if (IsMouseButtonPressed(MOUSE_BUTTON_LEFT) && startText)
{ {
@ -116,6 +117,7 @@ int main(void)
// Update mouse's previous position // Update mouse's previous position
mousePositionPrevious = GetMousePosition(); mousePositionPrevious = GetMousePosition();
//----------------------------------------------------------------------------------
// Draw // Draw
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------