Improve mouse click rotation

This commit is contained in:
2026-03-24 11:46:36 +00:00
parent 32f1740577
commit 5b297643db
4 changed files with 9 additions and 1 deletions
+5
View File
@@ -46,8 +46,13 @@ data Input = Input
, _textInput :: [Either TermSignal Char]
, _scrollTestFloat :: Float
, _scrollTestInt :: Int
, _inputMemory :: InputMemory
}
data InputMemory
= WasMouseGameRotating
| WasNotMouseGameRotating
data TermSignal
= TSescape
| TSreturn