You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not use _input at all, and this may not be intuitive to first-time users (there was recent confusion in the Discord experienced by @stakso_11721); we should show usage of input because it is common that someone will want to use it for something
The text was updated successfully, but these errors were encountered:
https://ambient.run/docs/examples/d563xtcr72ovuuhfkvsgag6z3wiy5jwr
The INPUT example has this line:
let (delta, _input) = input::get_delta();
It does not use
_input
at all, and this may not be intuitive to first-time users (there was recent confusion in the Discord experienced by@stakso_11721
); we should show usage ofinput
because it is common that someone will want to use it for somethingThe text was updated successfully, but these errors were encountered: