mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
JS Keyboard improve memory and error handling
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
let keyboard = require("keyboard");
|
||||
|
||||
let text = keyboard.text(100, "Please Input Shit", 1);
|
||||
// Default text is optional
|
||||
let text = keyboard.text(100, "Some default text", true);
|
||||
|
||||
print("Got text:", text);
|
||||
Reference in New Issue
Block a user