Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

PointerEventData.clickCount is Always 1

Discussion in 'UGUI & TextMesh Pro' started by Metricton, Aug 24, 2014.

  1. Metricton

    Metricton

    Joined:
    Jan 3, 2013
    Posts:
    13
    So, I think I found another issue with the pointer event system. Even when double clicking on an item the PointerEventData.clickCount is always returning 1.

    Does the current system not support double click / double tap?
     
  2. Tim-C

    Tim-C

    Unity Technologies

    Joined:
    Feb 6, 2010
    Posts:
    2,165
    Sounds like a bug, can you log it.
     
  3. Metricton

    Metricton

    Joined:
    Jan 3, 2013
    Posts:
    13