Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Dec 11, 2024
1 parent 2718ab9 commit 5ea51a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/nCine/Backends/Uwp/UwpInputManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ namespace nCine
_gamepadsSync.ExitWriteLock();
}

KeySym UwpInputManager::keySymValueToEnum(winrtWS::VirtualKey virtualKey)
Keys UwpInputManager::keySymValueToEnum(winrtWS::VirtualKey virtualKey)
{
switch (virtualKey) {
case winrtWS::VirtualKey::Back: return Keys::Backspace;
Expand Down

0 comments on commit 5ea51a0

Please sign in to comment.