Preliminatory support for a fullscreen toggle for SDL platforms.

Does not seem to work on Mac.
This commit is contained in:
Henrik Rydgård
2014-01-03 15:16:23 +01:00
parent 3e11785aa3
commit f570601f84
4 changed files with 9 additions and 1 deletions
+3
View File
@@ -611,6 +611,9 @@ const KeyMap_IntStrPair psp_button_names[] = {
#endif
{VIRTKEY_SAVE_STATE, "Save State"},
{VIRTKEY_LOAD_STATE, "Load State"},
#if !defined(_WIN32) && !defined(USING_GLES2)
{VIRTKEY_TOGGLE_FULLSCREEN, "Toggle Fullscreen"},
#endif
{VIRTKEY_AXIS_RIGHT_Y_MAX, "RightAn.Up"},
{VIRTKEY_AXIS_RIGHT_Y_MIN, "RightAn.Down"},