mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 12:51:05 +08:00
parent
12d81304e6
commit
aeed9dddac
@ -148,7 +148,7 @@ bool InputImpl::isKeyPressed(Keyboard::Key key)
|
||||
case Keyboard::F12: vkey = VK_F12; break;
|
||||
case Keyboard::F13: vkey = VK_F13; break;
|
||||
case Keyboard::F14: vkey = VK_F14; break;
|
||||
case Keyboard::F15: vkey = VK_F16; break;
|
||||
case Keyboard::F15: vkey = VK_F15; break;
|
||||
case Keyboard::Pause: vkey = VK_PAUSE; break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user