Updated Overlay image configuration (markdown)

Themaister 2013-02-15 08:21:35 -08:00
parent 61ad02f358
commit 4716987222
1 changed files with 3 additions and 0 deletions

@ -70,6 +70,9 @@ The format is:
`button` corresponds to the input event being generated. The names are the same as in the general input config, e.g. input_player1_start would translate to start here. overlay_next is a special bind designed to swap to the next overlay, or wrap around to the first one.
For an up-to-date view of what buttons are called, check:
https://github.com/Themaister/RetroArch/blob/master/input/input_common.c#L499
`position_x` and `position_y` are the x and y coordinates in pixels of the source image for the center of the button.
`hitbox_type` describes which type of shape the button has. `radial` (circle, ellipsis) and `rect` (rectangular) shapes are supported.