It seems that your patch introduce a problem. The NumPad are not well supported anymore. To have back the support of the NumPad I have modified your patch.
Could you confirm me that with this modified version your patch is still working?
New version:
// Add Chinese Input Support: >>//::TranslateMessage(pMsg);if(!::PeekMessage(pMsg,NULL,0,0,PM_NOREMOVE))::DispatchMessage(pMsg);// Add Chinese Input Support: >>
Old version:
// Add Chinese Input Support: >>::TranslateMessage(pMsg);if(!::PeekMessage(pMsg,NULL,0,0,PM_NOREMOVE))::DispatchMessage(pMsg);// Add Chinese Input Support: >>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please change code console\ConsoleView.cpp
In this Function
Last edit: Vivian De Smedt 2013-10-18
Dear ClangOnWin,
It seems that your patch introduce a problem. The NumPad are not well supported anymore. To have back the support of the NumPad I have modified your patch.
Could you confirm me that with this modified version your patch is still working?
New version:
Old version: