Skip to content

Something strange with GestureRecognizer #3

@yeswecan

Description

@yeswecan
UIObject *o = new UIObject("widget1", ofPoint(100), ofPoint(75));
ui.addChild(o);

^ using this constructor instead of

UIObject *o = ui.addChild(new UIObject("o4", ofPoint(75, 75), ofPoint(100, 100)));

breaks the gesture recognizer that goes right after it. It will not call any of its callbacks.

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