Jump to content

elgraniaco

Members
  • Posts

    2
  • Joined

  • Last visited

elgraniaco's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. First of all, thank you very much for the replies. The approach to a solution I used is something in the lines of samim's, my question was whether PIXI had a built-in function like stage.getMousePosition() in order to simplify my code (I would only have to add one line of new code to my "on mouse hold" position catching logic). I've done my research though and found out there isn't. Again, thank you very much.
  2. Hi, I was wondering if there's a built-in way to get the touch position the same way stage.getMousePosition() does with the mouse. I am using stage.getMousePosition() in my update function to get the mouse position constantly and I would need to mirror the behavior in mobile. Many thanks.
×
×
  • Create New...