Hi,
My question is short. I have two runtime listeners; one for tap events, and one for key events. They both register independently. However, if I hold down a key (key event) and then try to tap the mouse/touchpad (tap event) it does not register ( the key event does register ). Is there a method to resolve this dilemma?