Improve mouse click rotation
This commit is contained in:
@@ -427,7 +427,7 @@ updateKeysTextInputTerminal tmid u =
|
||||
|
||||
updateKeyInGame :: Universe -> Scancode -> Int -> Universe
|
||||
updateKeyInGame uv sc = \case
|
||||
0 -> updateInitialPressInGame uv sc
|
||||
0 -> updateInitialPressInGame uv sc & uvWorld . input . inputMemory .~ WasNotMouseGameRotating
|
||||
x | x >= 30 -> updateLongPressInGame uv sc
|
||||
_ -> uv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user