Touch hovering UI element

I want to create a UI element (can be an image, or a button) that when the user slides the finger over it, it fires an event. Similar to the MouseHover event, but using touches.
The key is that the user can touch OUTSIDE the element, triggering the touch event, but when hovering my UI element, it triggers.
Just like the directional buttons in the game “Dan the man”.