Author Topic: [SOLVED] How to detect which mouse button was released in OnDrop?  (Read 1468 times)

vexe

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 153
    • View Profile
[SOLVED] How to detect which mouse button was released in OnDrop?
« on: September 24, 2013, 05:37:36 AM »
I wanna be able to know if I was using the right or left mouse button when I'm done dragging an item (dropping it), how can I do that? (in other words I wanna know if I was using the right/left mouse button to drag)

currentTouchID doesn't work I guess...

any ideas? - Thanks a lot.
« Last Edit: September 25, 2013, 01:10:01 AM by vexe »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to detect which mouse button was released in OnDrop?
« Reply #1 on: September 24, 2013, 01:54:37 PM »
Why not? UICamera.currentTouchID is it.