PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > General Windows Mobile Discussions
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-19-2010, 11:03 AM
Hypnotic2010's Avatar
Virtually, I am a Ppc
Offline
Pocket PC: SAMSUNG EPIC 4G
Carrier: Sprint
Location: Ct
 
Join Date: May 2009
Posts: 1,329
Reputation: 9444
Hypnotic2010 is a trusted member of the communityHypnotic2010 is a trusted member of the communityHypnotic2010 is a trusted member of the communityHypnotic2010 is a trusted member of the communityHypnotic2010 is a trusted member of the communityHypnotic2010 is a trusted member of the communityHypnotic2010 is a trusted member of the communityHypnotic2010 is a trusted member of the communityHypnotic2010 is a trusted member of the communityHypnotic2010 is a trusted member of the communityHypnotic2010 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Dual-Touch SDK for Resistive Screens V1.0 Beta

Interesting.........
http://www.windowsphoneme.com/?p=386

Here is something for developers, Adel Al Zubeir have recently released a SDK which promises to bring MultiTouch ( detects up to 2 touches ) to Resistive screen. I am no developer and have no idea how this works but if you are a developer and want to add multitouch gestures to your windows mobile apps then this might be worth a look. This SDK allows developers to build Dual-Touch enabled applications. Features:
* Pinch to Zoom Support
* Drag (swipe) support.
* Replacement events for the mouse move fires only when a single finger detected.
* Multiple events based on gestures.
* Performance optimized, memory footprint is minimal.
To use this SDK you will need Visual Studio Professional or better. start a new Smart Device Project, and add the SDK to your references.
The SDK is consists of only one object, which is DualTouchSDK. We will need one instance of this class for every control that supports pinch to zoom or drag in your application.
__________________
*For easy searching of both PPCGEEKS and XDA, bookmark my new tool below!!!
Hypnotic2010 Custom PPCGEEKS and XDA Developers search tool

**Got Lasers?? Check out our site for shows and equipment:
http://www.ctlasers.com/

-A quick thanks always helps!
Reply With Quote
This post has been thanked 1 times.
  #2 (permalink)  
Old 04-19-2010, 11:16 AM
pixelpower's Avatar
PPC Geek's writer
Offline
Pocket PC: Samsung Galaxy 4G
Carrier: tmobile
Location: ny
 
Join Date: Jul 2009
Posts: 476
Reputation: 2465
pixelpower is a VIPpixelpower is a VIPpixelpower is a VIPpixelpower is a VIPpixelpower is a VIPpixelpower is a VIPpixelpower is a VIPpixelpower is a VIPpixelpower is a VIPpixelpower is a VIPpixelpower is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to pixelpower
Re: Dual-Touch SDK for Resistive Screens V1.0 Beta

Thanks for the info !!
__________________
Reply With Quote
  #3 (permalink)  
Old 04-19-2010, 12:25 PM
hamagc's Avatar
Halfway to VIP Status
Offline
Pocket PC: Touch Pro
Carrier: Sprint Sero
Location: Lancaster CA
 
Join Date: Nov 2009
Posts: 696
Reputation: 445
hamagc is becoming a PPCGeeks regularhamagc is becoming a PPCGeeks regularhamagc is becoming a PPCGeeks regularhamagc is becoming a PPCGeeks regularhamagc is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Dual-Touch SDK for Resistive Screens V1.0 Beta

can't wait to see something come of this. are there any sample applications with this implemented?
Reply With Quote
  #4 (permalink)  
Old 04-19-2010, 06:47 PM
inertone's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch (XV6900) dual boot Android
Carrier: Money Grabbin' Verizon
 
Join Date: Apr 2009
Posts: 405
Reputation: 830
inertone knows their stuffinertone knows their stuffinertone knows their stuffinertone knows their stuffinertone knows their stuffinertone knows their stuffinertone knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to inertone
Re: Dual-Touch SDK for Resistive Screens V1.0 Beta

theres more info on the XDA thread:
http://forum.xda-developers.com/showthread.php?t=655830
__________________
Reply With Quote
This post has been thanked 1 times.
  #5 (permalink)  
Old 04-26-2010, 10:30 AM
orangekid's Avatar
Awesomenss :)
Offline
Pocket PC: Google Hammerhead
Carrier: T-Mobile
 
Join Date: Apr 2009
Posts: 6,973
Reputation: 7530
orangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the community
Mentioned: 34 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to orangekid Send a message via MSN to orangekid Send a message via Yahoo to orangekid
Re: Dual-Touch SDK for Resistive Screens V1.0 Beta

quoted from post #47 to explain how this works.




Just tested on the touch pro. Works.

But, there are limitations.
It can only detect motion of the second point pressed.
If both are pressed at nearly the exact time, it does not work.
If you do move the first finger pressed, the position of the second point is not calculted correctly. I don't really see a way to calculate it correctly, since it isn't really detecting both pressed points.

It's detecting the 2 points were pressed in a very short amount of time.
So, it uses the coordinates of the 1st press, and the registered point of the second press, to calculate where the second finger is based on the first point.

If you draw a line between the 2, the registered point is half way.
So the algorithm is pretty simple.
Something like:

2 * (2nd registerd point(xM,yM) - 1st press (x1,y1) ) + (x1, y1) = (x2,y2)

where (x1,y1) is actual position of finger 1
where (x2,y2) is actual position of finger 2
where (xM,yM) is actual position regsitered when the 2nd finger is added.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > General Windows Mobile Discussions


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 09:25 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com