Skip to content

I want to disable the zoom function #6

@jpyo0613

Description

@jpyo0613

I want to disable the zoom function
and a listener that can know the beginning and end of drawing.

like..

canvas.rasmContext.addDrawingChangeListener(DrawingChangeListener() {
    @Override
        fun onTouchStart() {
            
        }

            @Override
        fun onTouchEnd() {
            
        }

(option)
    @Override
        public void onDrawingChange(float x, float y) {
            
        }
})

Thank you for sharing this very well-made library 👍

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