From 7355bf3aafb70fa2e83a4c8119e9608a044adc6e Mon Sep 17 00:00:00 2001 From: salt-die <53280662+salt-die@users.noreply.github.com> Date: Sun, 3 Mar 2024 23:52:01 -0600 Subject: [PATCH] Clarify comment. --- src/batgrl/io/input/win32/console_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/batgrl/io/input/win32/console_input.py b/src/batgrl/io/input/win32/console_input.py index 8aecd9d0..e08088f3 100644 --- a/src/batgrl/io/input/win32/console_input.py +++ b/src/batgrl/io/input/win32/console_input.py @@ -77,7 +77,7 @@ def _handle_mouse(ev: MOUSE_EVENT_RECORD) -> _PartialMouseEvent: # through ev.ButtonState. To get behavior roughly consistent with linux, the most # recent mouse button pressed is determined from the last button state, the current # button state, and the order mouse buttons were pressed (stored in - # _PRESSED_BUTTONS). + # _PRESSED_BUTTONS) instead of using ev.ButtonState. # Double-click can be determined from ev.EventFlags (0x0002), but to be consistent # with linux mouse-handling we determine double/triple-clicks with