Skip to content

Commit 4bb8a18

Browse files
author
Benjamin Glatzel
committed
F3 key mapping was bricked
1 parent 2f374c6 commit 4bb8a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IntrinsicCore/src/IntrinsicCoreSystemEventProviderSDL.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ void SDL::pumpEvents()
8585
break;
8686
case SDLK_F3:
8787
keyEvent.key = Input::Key::kF3;
88+
break;
8889
case SDLK_F10:
8990
keyEvent.key = Input::Key::kF10;
9091
break;

0 commit comments

Comments
 (0)