All keyboard input is all capitols.
matthew1246 opened this issue · 1 comments
matthew1246 commented
No matter what input I enter, the input is all capitols. For eg) If I enter little a, the input is detected as capitol A. If I enter b I get B as output.
matthew1246 commented
User32.dll only gives capitols letter. You have to detect shift key or capslock in your code before you detect capitol character.