This repository was archived by the owner on Jan 16, 2024. It is now read-only.
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
keyClicks method is blocking the thread #13
Open
Description
It seems like the underlying QTest::keyClicks
is blocking the thread until the summed sequence delay has passed.
I think this is impossible to bypass, since NAPI can't execute code in a second thread while using an external object from the first thread