8000 "Threaded" mouse handlers in unthreaded mode · Issue #4 · usnistgov/OOF3D · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
"Threaded" mouse handlers in unthreaded mode #4
Open
@snarkhunter

Description

@snarkhunter

The click and drag mouse handlers for the clipping planes and pixel selection methods rely on a daemon thread with an infinite loop and a pthread condition variable to process the events. Currently, in unthreaded mode subthread.daemon() will start the infinite loop and never return. We need some way of handling the events synchronously when in unthreaded mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0