Search Unity

Input multitouch with windows?

Discussion in 'Editor & General Support' started by prankard, Oct 7, 2011.

  1. prankard

    prankard

    Joined:
    Mar 24, 2010
    Posts:
    19
    Hey,

    I've recently gotten a HP touchsmart monitor for developing mobile applications and have gotten the multitouch working correctly in applications like flash. Where I can monitor which fingerIDs I'm using etc.
    But I'm making a mobile unitygame and the unityremote works fine, however with my touchscreen my Input.multiTouchEnabled is false and my touchcount is 0 when I use the screen.

    Is there a setting somewhere I'm missing that could possibly turn on multitouch for desktop?

    Thanks,

    James
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    given you are on 3.4 on windows 7 it should just work, but you might want to set Input.multiTouchEnabled = true as its not a read only value its a setting that defines if it is enabled or not :)