神岛 API 文档 - ArenaPro版
    Preparing search index...

    Enumeration PointerEventBehavior

    指针事件行为

    Pointer Event Behavior

    Index

    Enumeration Members

    BLOCK_PASS_THROUGH: 2

    不允许位于元素后方的其他元素响应。

    Does not allow other elements behind the element to respond.

    DISABLE: 1

    不响应。

    Does not respond.

    DISABLE_AND_BLOCK_PASS_THROUGH: 0

    不响应,且不允许位于元素后方的其他元素响应。

    Does not respond, and does not allow other elements behind the element to respond.

    ENABLE: 3

    正常响应。

    Responds normally.