buffer comments
This commit is contained in:
parent
eb33f32296
commit
86639ed989
|
|
@ -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
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user