* Changes the Letterboxing option. * @param action Pointer to an action. */
| 514 | * @param action Pointer to an action. |
| 515 | */ |
| 516 | void OptionsVideoState::btnLetterboxClick(Action *) |
| 517 | { |
| 518 | Options::keepAspectRatio = _btnLetterbox->getPressed(); |
| 519 | } |
| 520 | |
| 521 | /** |
| 522 | * Changes the Lock Mouse option. |
nothing calls this directly
no test coverage detected