メニューの「Unity→About Unity...」が「Version 4.6.0b20」の人限定。
EventSystem.current.currentSelectedGameObject
の中にUIでタップしたGameObjectが格納される。
(4.6 UI) How to detect mouse over on button? - Unity Answers
それよりまでのバージョンは
error CS0117: `UnityEngine.EventSystems.EventSystem' does not contain a definition for `current'
となるので、Beta17を使ってる人は、
EventSystemManager.currentSystem.currentSelectedObject