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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - samplay

Pages: [1]
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.

Pages: [1]
anything