Fix generate ecore key events on windows.
authorMykyta Biliavskyi <m.biliavskyi@samsung.com>
Wed, 14 Dec 2016 13:40:49 +0000 (15:40 +0200)
committerMykyta Biliavskyi <m.biliavskyi@samsung.com>
Wed, 14 Dec 2016 13:50:55 +0000 (15:50 +0200)
commit635544104e6f5048c6884c40365e7e922eb7bc77
tree0688e67603ee389e5b20822d385d1a872cb8a187
parent15687ad75d5fc8835533a807b814c5a172f5c2be
Fix generate ecore key events on windows.

If Ctrl+number combination pressed/unpressed function
_ecore_win32_event_keystroke_get return NULL. It happens because
ToUnicode WinAPI func fails to prepare unicode string for given scancode
and the keyboard state.
This commit add exception for  the case with digits keys. In case if
there no translate
string, but the digit key processed - will be created a normal event as
usual.
src/lib/ecore_win32/ecore_win32_event.c