MaiSense icon indicating copy to clipboard operation
MaiSense copied to clipboard

why keyboard can't hold long press

Open Dirtfuyan opened this issue 3 years ago • 1 comments

i'm prepare DIY machine. The touch area needs to be mapped. Found that the keyboard cannot be pressed long. I'm a rookie in C language. How to modify it?

Dirtfuyan avatar Mar 17 '21 01:03 Dirtfuyan

You probably need to learn basic things about Windows API before you dive in and you may want to check controller callback which defined in here: https://github.com/SirusDoma/MaiSense/blob/master/src/dllmain.cpp#L55

Additionally, check KeyboardController.cpp, it might not interpret windows message correctly for hold input. Note that I'm no longer actively maintain this, but I'll happy to merge your PR if you decide to make a fix.

SirusDoma avatar Mar 17 '21 02:03 SirusDoma