Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hit test implement #24

Merged
merged 12 commits into from
Nov 17, 2022
Merged

Commits on Nov 9, 2022

  1. hittest implement

    zhangmingzhen committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    16587b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. avoid move event crash

    zhangmingzhen committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2ec436c View commit details
    Browse the repository at this point in the history
  2. add unit test

    zhangmingzhen committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    76a5b23 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Merge branch 'ui-framework' of github.com:holycanvas/engine into hit-…

    …test-implement
    
    # Conflicts:
    #	cocos/new-ui/base/ui-element.ts
    zhangmingzhen committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    e1d5b2e View commit details
    Browse the repository at this point in the history
  2. use new interfaces

    zhangmingzhen committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    0bdd0bc View commit details
    Browse the repository at this point in the history
  3. use local variables instead of global variables

    zhangmingzhen committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    82d8258 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ui-framework' of github.com:holycanvas/engine into hit-…

    …test-implement
    zhangmingzhen committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    9c3b166 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. add hittest unit tests

    zhangmingzhen committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3e6e528 View commit details
    Browse the repository at this point in the history
  2. return false condition

    zhangmingzhen committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f34f632 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. three points should be transformed by localToWorld

    zhangmingzhen committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    5645af2 View commit details
    Browse the repository at this point in the history
  2. hit test in the whole eventsystem process

    zhangmingzhen committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c1c8428 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. set inputModule in unit tests

    zhangmingzhen committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a09e701 View commit details
    Browse the repository at this point in the history