This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
new:input [2018/02/17 12:08] – korshun | new:input [2018/02/17 12:10] (current) – korshun | ||
---|---|---|---|
Line 14: | Line 14: | ||
===== What's the point of " | ===== What's the point of " | ||
- | Say you have an on-screen button to sell items that can be [[mouse|clicked with mouse]]: | + | Say, you have an on-screen button to sell items that can be [[mouse|clicked with mouse]]: |
< | < | ||
Line 81: | Line 81: | ||
< | < | ||
- | if (KeyDown(BT_FORWARD | BT_BACK | BT_MOVELEFT | BT_MOVERIGHT)) | + | if (KeyDownAny(BT_FORWARD | BT_BACK | BT_MOVELEFT | BT_MOVERIGHT)) |
print(s:" | print(s:" | ||
</ | </ |