Skip to content

Commit

Permalink
F3 key mapping was bricked
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Glatzel committed Jun 9, 2017
1 parent 2f374c6 commit 4bb8a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IntrinsicCore/src/IntrinsicCoreSystemEventProviderSDL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ void SDL::pumpEvents()
break;
case SDLK_F3:
keyEvent.key = Input::Key::kF3;
break;
case SDLK_F10:
keyEvent.key = Input::Key::kF10;
break;
Expand Down

0 comments on commit 4bb8a18

Please sign in to comment.