DesktopKeyboard2Android icon indicating copy to clipboard operation
DesktopKeyboard2Android copied to clipboard

Put the key events in a queue, instead of blocking the application

Open dportabella opened this issue 10 years ago • 0 comments

scene.setOnKeyPressed(...) directly calls sendKeyPressed(...). This blocks the app until it can send the request by http to adb. It should instead add these events to a queue, and another thread should send those requests.

dportabella avatar Nov 30 '15 05:11 dportabella