-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard not working in pc simulator #34
Comments
Mail have been received, thank you.
|
This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello, I have also encountered the same issue. Have you resolved it? |
@WiseMCU 没解决,项目用vs搞定了 |
#include "lv_drivers/win32drv/win32drv.h"
.....
{
lv_group_t * g = lv_group_create();
lv_indev_set_group(lv_win32_keypad_device_object, g); // keyboard
lv_indev_set_group(lv_win32_encoder_device_object, g); // Mouse wheel (Simulate encoder effect)
}
|
Thanks,it works in codeblocks here is a simple example:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I try to run the simulator on PC, i use codeblocks-20.03mingw-setup.exe this file to install codeblock, yet after i clone this project and run it. I found that the keyboard not working on the demo, but I can use mouse to click and drag the widgets. But it does not response to any key pressed on my keyboard.
And I try to install the same version codeblocks on another pc, the same problem.
So is this simulator not support keyboard or some other problem? I watch some learning video on youtube, on the simulator inside the video, the keyboard works. And also I try the visual studio version simulator, keyboard works. So just problem on codeblocks?
The text was updated successfully, but these errors were encountered: