Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Window
»
Ctrl+Pause key event has Key::Unknown code
Print
Pages: [
1
]
Author
Topic: Ctrl+Pause key event has Key::Unknown code (Read 1919 times)
0 Members and 1 Guest are viewing this topic.
Caeous
Newbie
Posts: 16
Ctrl+Pause key event has Key::Unknown code
«
on:
October 11, 2013, 09:28:22 pm »
Hello,
I've noticed that specifically the combination of Ctrl+Pause will not give a code of Key::Pause but rather Key::Unknown.
Alt+Pause generates the appropriate Key::Pause code.
Any ideas?
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11030
Re: Ctrl+Pause key event has Key::Unknown code
«
Reply #1 on:
October 11, 2013, 09:31:19 pm »
Most probably this:
https://github.com/SFML/SFML/issues/7
They key handling isn't very satisfying at the moment.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Caeous
Newbie
Posts: 16
Re: Ctrl+Pause key event has Key::Unknown code
«
Reply #2 on:
October 15, 2013, 02:54:01 pm »
Thank you expl0it3r.
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
Window
»
Ctrl+Pause key event has Key::Unknown code