Skip to content

Commit 6370606

Browse files
committed
Fix the capitalization of the button names in the mkxp-z documentation
1 parent 0918eae commit 6370606

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

docs/library/mkxp-z.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -314,19 +314,19 @@ These are the default bindings. They can be changed in the "Button Bindings" sec
314314
| ![](../image/retropad/retro_b.png) | Input::B |
315315
| ![](../image/retropad/retro_x.png) | Input::A |
316316
| ![](../image/retropad/retro_y.png) | Input::X |
317-
| ![](../image/retropad/retro_dpad_up.png) | Input::Up |
318-
| ![](../image/retropad/retro_dpad_down.png) | Input::Down |
319-
| ![](../image/retropad/retro_dpad_left.png) | Input::Left |
320-
| ![](../image/retropad/retro_dpad_right.png) | Input::Right |
317+
| ![](../image/retropad/retro_dpad_up.png) | Input::UP |
318+
| ![](../image/retropad/retro_dpad_down.png) | Input::DOWN |
319+
| ![](../image/retropad/retro_dpad_left.png) | Input::LEFT |
320+
| ![](../image/retropad/retro_dpad_right.png) | Input::RIGHT |
321321
| ![](../image/retropad/retro_l1.png) | Input::L |
322322
| ![](../image/retropad/retro_r1.png) | Input::R |
323-
| ![](../image/retropad/retro_l2.png) | Input::Ctrl |
324-
| ![](../image/retropad/retro_r2.png) | Input::Shift |
323+
| ![](../image/retropad/retro_l2.png) | Input::CTRL |
324+
| ![](../image/retropad/retro_r2.png) | Input::SHIFT |
325325
| ![](../image/retropad/retro_l3.png) | Input::Y |
326326
| ![](../image/retropad/retro_r3.png) | Input::Z |
327-
| ![](../image/retropad/retro_start.png) | Input::Alt |
328-
| ![](../image/retropad/retro_left_stick.png) X | Input::Left and Input::Right |
329-
| ![](../image/retropad/retro_left_stick.png) Y | Input::Up and Input::Down |
327+
| ![](../image/retropad/retro_start.png) | Input::ALT |
328+
| ![](../image/retropad/retro_left_stick.png) X | Input::LEFT and Input::RIGHT |
329+
| ![](../image/retropad/retro_left_stick.png) Y | Input::UP and Input::DOWN |
330330

331331
## Mouse
332332

@@ -335,11 +335,11 @@ These are the default bindings. They can be changed in the "Button Bindings" sec
335335
| RetroMouse Inputs | RGSS Inputs |
336336
|-------------------------------------------------------|---------------------------|
337337
| ![](../image/retromouse/retro_mouse.png) Mouse Cursor | Input.mouse_x and Input.mouse_y |
338-
| ![](../image/retromouse/retro_left.png) Mouse 1 | Input::MouseLeft |
339-
| ![](../image/retromouse/retro_right.png) Mouse 2 | Input::MouseRight |
340-
| ![](../image/retromouse/retro_middle.png) Mouse 3 | Input::MouseMiddle |
341-
| Mouse 4 | Input::MouseX1 |
342-
| Mouse 5 | Input::MouseX2 |
338+
| ![](../image/retromouse/retro_left.png) Mouse 1 | Input::MOUSELEFT |
339+
| ![](../image/retromouse/retro_right.png) Mouse 2 | Input::MOUSERIGHT |
340+
| ![](../image/retromouse/retro_middle.png) Mouse 3 | Input::MOUSEMIDDLE |
341+
| Mouse 4 | Input::MOUSEX1 |
342+
| Mouse 5 | Input::MOUSEX2 |
343343
| Wheel Up | Input.scroll_v |
344344
| Wheel Down | Input.scroll_v |
345345

0 commit comments

Comments
 (0)