v0.10.0 - Added text editor (which took me way too long) and too many other tweaks to name.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
_G.keyboard = {pressedChars = {}, pressedCodes = {}}
|
||||
_G.keyboard.keys = {}
|
||||
_G.keyboard = {["keys"] = {}}
|
||||
|
||||
keyboard.keys["1"] = 0x02
|
||||
keyboard.keys["2"] = 0x03
|
||||
@@ -141,4 +140,4 @@ setmetatable(keyboard.keys,
|
||||
end
|
||||
end
|
||||
end
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user