Skip to content

Zoom Handling on Android #15

@mastercuber55

Description

@mastercuber55

https://www.raylib.com/examples/core/loader.html?name=core_input_gestures

After coming across this example, I guess it's an easy task

  case GESTURE_PINCH_IN: TextCopy(gestureStrings[gesturesCount], "GESTURE PINCH IN"); break;
                    case GESTURE_PINCH_OUT: TextCopy(gestureStrings[gesturesCount], "GESTURE PINCH OUT"); break;

These lines are of interest for this task.

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