Skip to content

EventSystem does not clear m_CurrentInputModule when the active InputModule is disabled, causing Process() to continue executing #20

@kidwr33

Description

@kidwr33

BaseInputModule.OnDisable() calls m_EventSystem.UpdateModules(), which removes the module from m_SystemInputModules. However, m_CurrentInputModule is a separate reference that is never checked or cleared in this path.I just want to know why.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions