SFML community forums

Help => Window => Topic started by: samplay on June 15, 2013, 10:33:56 pm

Title: Bug? Windows: VK_DECIMAL not captured
Post by: samplay 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.
Title: Re: Bug? Windows: VK_DECIMAL not captured
Post by: Laurent on June 16, 2013, 11:04:54 am
https://github.com/SFML/SFML/issues/7