lc-soft/LCUI






The issue has been closed
Keyboard Input Doesn't Work (Windows x64) #284
CycloneRing posted onGitHub
Describe the bug Hello @lc-soft, I really liked your gui library, I have an issue and I'm not sure if this is a bug, Anyhow I couldn't fix it myself in more than 1 week, I hope you can help me to solve it. I tried to merge lcui and lcui design to a static build on windows, It works perfectly so far the only problem is keyboard input doesn't work on text inputs, I checked keyboard functions and all of them receiving input but still it doesn't work, none of the source codes are manipulated and they are original.
To Reproduce Steps to reproduce the behavior:
- Download LCUI and Dependencies
- Configuring Projects to Static and MT
- Build & Run
Environment :
- LCUI version: Latest
- Build tools: Visual Studio 2019 x64 Build Tools
- OS and version: Windows 10 Latest Update
Update 1 :
- Even TextEdit_OnKeyDown works but
TextEdit_OnTextInput
never gets called.
Here is the full source code : LCUI-Static-Win64.zip