Unify key press and mouse button press timings
Both now use Ints for presses. Still no release timer for keyboard events.
This commit is contained in:
@@ -42,6 +42,7 @@ data ItemSF -- Structural Function
|
||||
| CapacitorSF
|
||||
| TransformerSF
|
||||
| PulseBallSF
|
||||
| TorchSF
|
||||
deriving (Eq, Ord, Show, Read)
|
||||
|
||||
type CItem = (Item, ItemSF)
|
||||
|
||||
Reference in New Issue
Block a user