Files
Momentum-Firmware/applications/system/js_app/examples/apps/Scripts/keyboard.js
Willy-JL be014b5103 Small JS bindings tweaks
- no destroy for math
- tweak example print results
- namespace naming consistency
2024-03-07 05:15:01 +00:00

5 lines
118 B
JavaScript

let keyboard = require("keyboard");
let text = keyboard.text(100, "Please Input Shit", 1);
print("Got text:", text);