Skip to content

Commit

Permalink
Revert experimental changes in core_input_mouse_wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Feb 9, 2024
1 parent 879db59 commit 6e74344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/core_input_mouse_wheel.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void GameFrame()
DrawRectangle(screenWidth/2 - 40, boxPositionY, 80, 80, MAROON);

DrawText("Use mouse wheel to move the cube up and down!", 10, 10, 20, GRAY);
DrawText(TextFormat("Box position Y: %03i", 111, 222, 333, 444, 555), 10, 40, 20, LIGHTGRAY);
DrawText(TextFormat("Box position Y: %03i", boxPositionY), 10, 40, 20, LIGHTGRAY);

EndDrawing();
}
Expand Down Expand Up @@ -68,4 +68,4 @@ int main(void)
//--------------------------------------------------------------------------------------
#endif
return 0;
}
}
Binary file modified wasm/core_input_mouse_wheel.wasm
Binary file not shown.

0 comments on commit 6e74344

Please sign in to comment.