Spaces:
No application file
No application file
Corentin Cailleaud
commited on
Commit
·
0932888
1
Parent(s):
5589a68
cubzh.lua
CHANGED
|
@@ -114,6 +114,7 @@ local onboardingConfig = {
|
|
| 114 |
data.ui:parentDidResize()
|
| 115 |
|
| 116 |
data.listener = LocalEvent:Listen(LocalEvent.Name.KeyboardInput, function(_, keycode, _, down)
|
|
|
|
| 117 |
if keycode == require("inputcodes").RETURN then
|
| 118 |
print("triggered")
|
| 119 |
Timer(1, function()
|
|
|
|
| 114 |
data.ui:parentDidResize()
|
| 115 |
|
| 116 |
data.listener = LocalEvent:Listen(LocalEvent.Name.KeyboardInput, function(_, keycode, _, down)
|
| 117 |
+
print(keycode)
|
| 118 |
if keycode == require("inputcodes").RETURN then
|
| 119 |
print("triggered")
|
| 120 |
Timer(1, function()
|