-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
Milestone
Description
Operating System: Debian GNU/Linux 10
CEmu version: v2.0dev (cee9c86)
Describe your issue:
Keypad does not accept input from Wacom Intuos (12x18). I expect to be able to use the table as I can use the mouse.
What are the steps to reproduce this issue?
- Attempt to press keys using the graphics tablet
Any logs, error output, screenshot, other comments...?
If I remove the first 4 lines of the function
void KeypadWidget::mouseEvent(QMouseEvent *event) {
then the touchpad works as expected. However, I still wanted to report this, since those lines must have been there for a reason.