I'm new to MonoTouch and need some pointers on how to listen for a simple MouseOver event for a button. The goal is to have a grid of buttons and track the movement while passing over these buttons. Actually it doesn't have to be buttons at all, just something that I can manipulate and display a letter in.
For an example, look at WordRoom for Windows 8/WP7 if you're running windows.
Any pointer would be nice! :)
EDIT: What I have in WP7 is a UserControl using XAML that I draw the rectangles on. I then listen to the ManipulationStarted-event to know when I swipe over it. That's what I would like here to. The result I'm looking for is in this video:
http://www.youtube.com/watch?v=13IczvA7Ipo
PLEASE NOTE that this is not an attempt to promote the game but to get the basic technical solution for how to do the same in MonoTouch. And yes, I wrote WordRoom so it's not gonna be a rip-of. :)
Thanks
Johan