Skip to content

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

@dportabella

Description

@dportabella

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions