Line 32:
Line 32:
}
}
</script>
</script>
+
+
=== Key Codes ===
+
+
{|border="1"
+
! Code !! Button
+
|-
+
| 13 || A
+
|-
+
| 37 || Left
+
|-
+
| 38 || Up
+
|-
+
| 39 || Right
+
|-
+
| 40 || Down
+
|}
+
+
Notes:
+
* Only A, Up, and Down normally emit codes
+
* Left and Right can be read only if L or R are held
+
* Holding L or R disables the A button