Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions