|
-
Feb 27th, 2009, 04:26 PM
#1
Thread Starter
New Member
Capturing mousedown/mouseup for screen position through child controls
Hi all,
I want to implement basic finger gestures within one of my apps, but have got stuck at the first hurdle.
There are a few examples on the net, but they seem to use custom controls that do not allow easy use of other controls.
I really just need a way to capture the MouseDown/Up methods even through a child control, still allowing clicks to be captured by whatever control has been clicked.
I'll then do some basic maths to find out what type of gesture has been done. Left to Right, Right to Left, Up to Down, Down to Up, that's all I need.
Obviously MouseDown and Up get eaten by child controls. MouseMove will give position, but only when the mousedown method is activated.
Cheers for any help or advice given.
Paul.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|