Refactor text input
This commit is contained in:
@@ -12,7 +12,7 @@ import System.Random
|
||||
defaultInput :: Input
|
||||
defaultInput = Input
|
||||
{ _clickMousePos = V2 0 0
|
||||
, _textInput = RejectTextInput
|
||||
, _textInput = mempty
|
||||
, _pressedKeys = mempty
|
||||
, _mouseButtons = mempty
|
||||
, _mousePos = V2 0 0
|
||||
@@ -24,7 +24,6 @@ defaultInput = Input
|
||||
, _rLine = (0, 0)
|
||||
, _lSelect = 0
|
||||
, _rSelect = 0
|
||||
, _backspaceTimer = 0
|
||||
}
|
||||
|
||||
defaultWorld :: World
|
||||
|
||||
Reference in New Issue
Block a user