From 5ccec1e542b3a1d52ecb5c409c003396cf75b59e Mon Sep 17 00:00:00 2001 From: raysan5 Date: Wed, 28 Jul 2021 12:56:54 +0200 Subject: Replace TABS by 4 spaces --- examples/web/text/text_input_box.c | 2 +- examples/web/text/text_rectangle_bounds.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/web/text') diff --git a/examples/web/text/text_input_box.c b/examples/web/text/text_input_box.c index eda2de1..7a9537e 100644 --- a/examples/web/text/text_input_box.c +++ b/examples/web/text/text_input_box.c @@ -80,7 +80,7 @@ void UpdateDrawFrame(void) if (mouseOnText) { - // Set the window's cursor to the I-Beam + // Set the window's cursor to the I-Beam SetMouseCursor(MOUSE_CURSOR_IBEAM); // Get char pressed (unicode character) on the queue diff --git a/examples/web/text/text_rectangle_bounds.c b/examples/web/text/text_rectangle_bounds.c index a0f14f5..2392020 100644 --- a/examples/web/text/text_rectangle_bounds.c +++ b/examples/web/text/text_rectangle_bounds.c @@ -149,7 +149,7 @@ void UpdateDrawFrame(void) DrawText("Word Wrap: ", 313, screenHeight-115, 20, BLACK); if (wordWrap) DrawText("ON", 447, screenHeight - 115, 20, RED); else DrawText("OFF", 447, screenHeight - 115, 20, BLACK); - + DrawText("Press [SPACE] to toggle word wrap", 218, screenHeight - 86, 20, GRAY); DrawText("Click hold & drag the to resize the container", 155, screenHeight - 38, 20, RAYWHITE); -- cgit v1.2.3