v1.6.0 - Removed low level libraries computer and component. They must now be imported.
This commit is contained in:
@@ -2,6 +2,8 @@ _G.evmgr = {}
|
||||
_G.evmgr.eventQueue = {}
|
||||
local maxEventQueueLength = 10 -- increase if events start getting dropped
|
||||
|
||||
local computer = import("computer")
|
||||
|
||||
keyboard.ctrlDown = false
|
||||
keyboard.altDown = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user