Get status of GUI Button 4.6

How do I get if a GUI Button is being pushed down. I am using a mobile phone, so is there a way to get the status if the button is highlighted? I just need it to be true if finger is on button, false if it is not.

Give this a read: GUI.Button press (not click) - Unity Answers

You should attach an “Event Trigger” component of the UI 4.6 to the button and handle all events you want