playMaker

Author Topic: Touch and hold.  (Read 2050 times)

Gida

  • Playmaker Newbie
  • *
  • Posts: 48
Touch and hold.
« on: March 02, 2016, 03:59:12 AM »
Hello.

When I touch and hold while not moving the finger on a touch Device like surface PC, the cursor suddenly switches after one second to a rectangle.  Is there a standart input in Playmaker which can be used fto send an Event after that Action?

Cheers

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Touch and hold.
« Reply #1 on: March 02, 2016, 12:59:59 PM »
Hi,
I think that it is your touch device OS system is doing that.
But you can make it in your project using : get mouse button down / get mouse button up / Mouse Move Activity Events .

I made a quick sample you can check out

Gida

  • Playmaker Newbie
  • *
  • Posts: 48
Re: Touch and hold.
« Reply #2 on: March 03, 2016, 03:16:01 AM »
Thanks alot but no offence, the script is missing :)!

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Touch and hold.
« Reply #3 on: March 03, 2016, 06:41:35 AM »
Hi,
Yeah sorry it is a custom action, just search 'MouseMoveActivityEvents' on the EcoSystem and get it in the project.