Corentin Cailleaud
commited on
Commit
·
2a8c80a
1
Parent(s):
e87be98
cubzh.lua
CHANGED
@@ -112,6 +112,7 @@ local onboardingConfig = {
|
|
112 |
data.ui:parentDidResize()
|
113 |
|
114 |
data.listener = LocalEvent:Listen(LocalEvent.Name.KeyboardInput, function(_, keycode, _, down)
|
|
|
115 |
if keycode == require("inputcodes").RETURN then
|
116 |
print("triggered")
|
117 |
Timer(1, function()
|
|
|
112 |
data.ui:parentDidResize()
|
113 |
|
114 |
data.listener = LocalEvent:Listen(LocalEvent.Name.KeyboardInput, function(_, keycode, _, down)
|
115 |
+
print(keycode)
|
116 |
if keycode == require("inputcodes").RETURN then
|
117 |
print("triggered")
|
118 |
Timer(1, function()
|