From e030b60c2567af239b81c9a36c502fa22defdc97 Mon Sep 17 00:00:00 2001 From: Orangerot Date: Tue, 14 Jan 2025 17:35:24 +0100 Subject: feat: add comments --- lib/models/input_direction.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/models/input_direction.dart') diff --git a/lib/models/input_direction.dart b/lib/models/input_direction.dart index 08096c7..b15b880 100644 --- a/lib/models/input_direction.dart +++ b/lib/models/input_direction.dart @@ -3,7 +3,8 @@ class InputDirection { bool down = false; bool left = false; bool right = false; - + + /// reset all directions to false void reset() { up = false; down = false; -- cgit v1.2.3