summaryrefslogtreecommitdiff
path: root/src/main/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/game')
-rw-r--r--src/main/game/game.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/game/game.c b/src/main/game/game.c
index 2bd0bb5..3996cee 100644
--- a/src/main/game/game.c
+++ b/src/main/game/game.c
@@ -25,9 +25,9 @@
#include "../engine/ui/ui.h"
static void
-game_mouse_button_pressed(int x, int y)
+game_mouse_button_pressed(float x, float y)
{
- printf("mouse pressed %d %d\n", x, y);
+ printf("Mouse OpenGL: X = %.2f, Y = %.2f\n", x, y);
}
TrisGame *