Skip to content

Commit

Permalink
chore(*): typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alekmaul committed Apr 9, 2024
1 parent 00279bb commit 4199b78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wiki/Input-and-Output.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ pvsneslibfont.pic: pvsneslibfont.bmp

## Input

_PVSneslib_ is able to manage the **SNES joypad**, the **mouse" and the "**SuperScope**.
_PVSneslib_ is able to manage the **SNES joypad**, the **mouse** and the **SuperScope**.

### Joypad
### Joypad

```
__--L--_________________--R--__ Button Colors:
Expand Down Expand Up @@ -220,7 +220,7 @@ else
p1_mouse_y += mouse_y[0] & 0x7F;
```

And that's most of it. You can look inside the example file **(input** folder) to have an idea of how you can program Mouse games.
And that's most of it. You can look inside the example file (**snes-examples/input** folder) to have an idea of how you can program Mouse games.


### SuperScope
Expand Down Expand Up @@ -264,6 +264,6 @@ typedef enum SUPERSCOPE_BITS
} SUPERSCOPE_BITS;
```

And that's most of it. You can look inside the example file **(input** folder) to have an idea of how you can program Super Scope games.
And that's most of it. You can look inside the example file (**snes-examples/input** folder) to have an idea of how you can program Super Scope games.


0 comments on commit 4199b78

Please sign in to comment.