Handling Key Press Events in Custom QML Virtual Keyboard
Unsolved
QML and Qt Quick
-
Hello everyone,
I am trying to build a custom virtual keyboard using QML. I have defined a new InputMethod and have been examining the BaseKey QML type from the Qt Virtual Keyboard module, but I cannot figure out where and how key press events are being handled. Could someone please clarify this for me?
Also, I would like to know how the virtual keyboard receives and handles touch events. Does it use the QML MouseArea or something else? I am unable to find specific references in the source code. Any guidance would be appreciated.Thank you in advance.