Author Topic: How to allow clickthrough?  (Read 1583 times)

morepixels

  • Newbie
  • *
  • Thank You
  • -Given: 4
  • -Receive: 0
  • Posts: 3
    • View Profile
How to allow clickthrough?
« on: January 01, 2015, 03:50:52 AM »
I have two buttons, sometimes they overlap. When they do, I would like both to receive events. Right now methods like OnClick() are not called on the button below.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to allow clickthrough?
« Reply #1 on: January 01, 2015, 07:16:41 PM »
You can't. Only the topmost button will get the event.