Allow for left click to start and pause reloading when aiming

This commit is contained in:
2022-06-22 18:18:25 +01:00
parent 3609bdb4fd
commit 4d1b5d3ca8
6 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ loadInsert :: Int -> LoadAction
loadInsert x = LoadInsert x insertS
loadPartialInsert :: Int -> Int -> LoadAction
loadPartialInsert x y = LoadAdd x insertOneS y
loadPartialInsert x = LoadAdd x insertOneS
loadEject :: Int -> LoadAction
loadEject x = LoadEject x ejectS