Skip to content

setDoubleClickEnabled(false) also disables Click #32

@RossAWaddell

Description

@RossAWaddell

I was not using double clicks in my code so I disabled it in my setup(), but then when I went to add the ClickEncoder::Clicked case it wasn't being captured. As soon as I commented out this line:

encoder->setDoubleClickEnabled(false);

The single click worked. Is that intentional? I would still like to disable DoubleClick but capture Clicked.

I'm using the latest version of the library as downloaded from here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions