mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Small JS bindings tweaks
- no destroy for math - tweak example print results - namespace naming consistency
This commit is contained in:
@@ -2,4 +2,4 @@ let keyboard = require("keyboard");
|
||||
|
||||
let text = keyboard.text(100, "Please Input Shit", 1);
|
||||
|
||||
print(text);
|
||||
print("Got text:", text);
|
||||
@@ -8,4 +8,4 @@ submenu.setHeader("Select an option:");
|
||||
|
||||
let result = submenu.show();
|
||||
|
||||
print("Result: ", result);
|
||||
print("Result:", result);
|
||||
|
||||
Reference in New Issue
Block a user