From 6e9879896e620e6113c11e48f23a5f71b4fc87f0 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Wed, 27 Nov 2024 14:58:41 +0100 Subject: small change --- src/crepe/system/InputSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crepe/system') diff --git a/src/crepe/system/InputSystem.h b/src/crepe/system/InputSystem.h index a2a81bd..13c3fc1 100644 --- a/src/crepe/system/InputSystem.h +++ b/src/crepe/system/InputSystem.h @@ -36,7 +36,7 @@ private: //! Stores the last mouse button pressed. MouseButton last_mouse_button = MouseButton::NONE; - //! The tolerance in pixels for detecting a mouse click. + //! The tolerance in game units for detecting a mouse click. const int click_tolerance = 5; /** -- cgit v1.2.3