Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Ctrl+Pause key event has Key::Unknown code  (Read 1381 times)

0 Members and 1 Guest are viewing this topic.

Caeous

  • Newbie
  • *
  • Posts: 16
    • View Profile
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?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
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. :-\
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
    • View Profile
Re: Ctrl+Pause key event has Key::Unknown code
« Reply #2 on: October 15, 2013, 02:54:01 pm »
Thank you expl0it3r.