1
Window / 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.
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.