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

Author Topic: Bug? Windows: VK_DECIMAL not captured  (Read 1270 times)

0 Members and 1 Guest are viewing this topic.

samplay

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Bug? Windows: VK_DECIMAL not captured
« on: June 15, 2013, 10:33:56 pm »
( windows implementation)
hi,
I am using sfml2 with cegui to build data for a navigation system for bots,  then test it in another program ( both vc9).
 the Period "." key on the numpad ( the VK_DECIMAL keycode of Windows ) is not captured and I think the problem is in the WindowImplWin32::virtualKeyCodeToSF() method.
As Keyboard::Period is already used, I guess Keyboard::Decimal is a good candidate to add VK_DECIMAL to the set of translated codes.
I hope this will be corrected in some way.
Thanks.
Regards.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Laurent Gomila - SFML developer