We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ff4c0 commit fabef27Copy full SHA for fabef27
output/Lua/UnitTests/Joypad_Set.lua
@@ -14,11 +14,13 @@ buttons["P1 Up"] = false;
14
buttons["P1 Down"] = true;
15
buttons["P1 Left"] = "invert";
16
buttons["P1 Right"] = null;
17
+joypad.set(buttons);
18
19
pushThings = true;
20
21
while true do
22
if (pushThings) then
23
+ buttons = { };
24
buttons["P1 A"] = false;
25
buttons["P1 B"] = true;
26
buttons["P1 Select"] = "invert";
0 commit comments