Tagged Questions
multi-touch refers to a touch sensing surface's (trackpad or touchscreen) ability to recognize the presence of two or more points of contact with the surface (Wikipedia)
10
votes
3answers
6k views
iPhone: Tracking/Identifying individual touches
I have a quick question regarding tracking touches on the iPhone and I seem to not be able to come to a conclusion on this, so any suggestions / ideas are greatly appreciated:
I want to be able to ...
9
votes
2answers
6k views
iphone simulator using multi-touch problem
i know in iphone simulator to input using multi-touch, hold down the OPT key while using the mouse. will see two virtual fingertips.and move the mouse to pinch in and out.
my problem is in ...
9
votes
3answers
7k views
How to develop multi-touch applications in Java?
Anticipating the day when multi-touch interfaces become more pervasive, are there libraries in Java that can be used for developing touch applications? I'm looking for interfaces similar to ...
8
votes
2answers
5k views
Detecting pinch in Android
I would like to handle pinch events in my Android application to zoom in and out.
I believe Android 2.0 has multi-touch functionality, and heard that Android 1.6 might or might not support it ...
8
votes
5answers
14k views
How to do pinch gestures on the iPhone?
How does one implement pinch gestures on the iPhone? I'm familiar with using touch events on the iPhone but I'm extremely lazy and don't want to re-invent the wheel for something as widespread as ...
6
votes
1answer
3k views
Android multi-touch support
I wonder if is the Android multi-touch support reliable? I've read it suffers from some problems.
I also wonder, how can I define custom multi-touch gestures? Like: 3 fingers rotate or 3 fingers stay ...
6
votes
2answers
2k views
Testing Windows 7 multitouch on a dev machine without multitouch?
Is there a way to test the multitouch capability of an application using a non-multitouch enabled machine? I'd like to simulate user input for zoom, scaling and rotating during runtime.
This is for ...
6
votes
4answers
6k views
WPF supports touch or multi-touch screen?
I am wondering whether WPF on .Net 3.5 supports touch or multi-touch for laptop? Appreciate if there are some cool Demos to show the effect.
I am using VSTS2008 + C#.
thanks in advance,
George
6
votes
2answers
7k views
Way to make a UIButton continuously fire during a press-and-hold situation?
You know how Mario just keeps running to the right when you press and hold the right-button on the D-Pad? In the same manner, I want my UIButton to continuously fire its action for the duration that ...
5
votes
4answers
2k views
Webkit iphone/ipad issue with mutl-touch
In a UIWebView (multi-touch enabled) I got a page with two divs (div1 and div2), each of them having registered for the touchstart and touchend events. Everytime they are receiving touch events, I am ...
5
votes
1answer
2k views
iPad Gesture Recognizer - Delayed Response
In my app I have added the new Gesture Recognizers that are available in the 3.2 SDK. Everything appears to be working correctly and the response time on the screen been very fast. But for some ...
5
votes
2answers
5k views
Observing pinch multi-touch gestures in a UITableView
I am looking to implement a pinch in/out on top of a UITableView, I have looked at several methods including this one:
Similar question
But while I can create a UIViewTouch object and overlay it ...
5
votes
1answer
1k views
Capturing all multitouch trackpad input in Cocoa
Using touchesBeganWithEvent, touchesEndedWithEvent, etc you can get the touch data from the multitouch trackpad, but is there a way to block that touch data from moving the mouse/activating the ...
4
votes
2answers
722 views
WPF 4 multi-touch drag and drop
I have a WPF 4 application where I have implemented Drag and Drop using the standard DragDrop.DoDragDrop approach, but Im doing it using touch instead of Mouse events.
My XAML for my Grid (that Im ...
4
votes
2answers
961 views
Is there any way to get a three finger touch in the iPhone simulator
I have an app that I need to test 3 finger touches and 2 finger touches, is there a FREE application that allows me to use 3 finger instead of being limited to only using 2 fingers like in the ...
3
votes
2answers
68 views
How to determine x&y of last touch in multitouch scenario?
I'm new to this site and to iOS programming.
I am working on a percussion app. For this I want to know the x and y location of every finger that touches the screen. I thought this was ...
3
votes
1answer
623 views
Multi-touch gestures on Silverlight 4 and Windows Phone 7
Question: What is the best cross platform multitouch approach for Silverlight?
Background:
I’ve been developing large SL4 applications and have now started porting them to WP7.
The porting ...
3
votes
1answer
329 views
Multitouch in Linux
I have two questions:
How to simulate touch event in linux.
How to work with multitouch on Qt in Linux.
3
votes
2answers
982 views
touch screen programming issue
Suppose I have a touch screen which supports single finger touch, is it very hard to use software based solution (e.g. programming to detect multi-finger touch and movement) to make the touch screen ...
3
votes
3answers
3k views
How to simulate touch event ?
as topic , I want fire touch event without user touch actions ,
does it possible ?
thanks for your help in advance .
Thanks .
3
votes
7answers
640 views
Is there real value in multi-touch interface for a desktop?
I was lucky enough recently to be involved in a Surface project at Microsoft writing an educational game for an upcoming "trade show". I can really see how the collaborative nature and natural ...
2
votes
1answer
92 views
Slider \ ScrollViewer in a touch interface not working properly
In WPF I've got the following XAML:
<ScrollViewer Canvas.Left="2266" Canvas.Top="428" Height="378" Name="scrollViewer1" Width="728" PanningMode="VerticalOnly" PanningRatio="2">
<Canvas ...
2
votes
0answers
142 views
Simulating Pinch on Ipad ( ios simulator 4.3 )
I am testing multi touch support on Safari mobile. So far, i realized i can simulate a pinch gesture on iphone simulator (just holding option key), however i cannot do the same when i change the ...
2
votes
2answers
920 views
ScaleGestureDetector not detecting gesture end
I have hooked in a ScaleGestureDetector to an OnTouchListener as instructed in Android documentation. For some reason the ScaleGestureDetector does not always detect end of a pinch gesture. This ...
2
votes
2answers
173 views
small sprite touch
There are some games which have some small pictures as sprites and can move by touch.If the sprite is a larger picture,the touch is quite normal.And we can use the function CGRectContainsPoint check ...
2
votes
0answers
509 views
WPF Manipulation and Touch events not firing, but mouse events do?
I have a Samsung LD220Z multi touch monitor, and when I'm experimenting with some WPF and touch features the touch events arent firing. The mouse down event seems to be firing however.
Does this mean ...
2
votes
3answers
3k views
touchesEnded not being called??? or randomly being called
If I lift my finger up off the first touch, then it will recognize the next touch just fine. It's only when I hold my first touch down continuously and then try and touch a different area with a ...
2
votes
2answers
553 views
Can i create custom touch events for iPhone
Can i create custom touch events for iPhone?? will the device support for creating my own touch event handling ?
2
votes
3answers
4k views
Android - How do I get raw touch screen information?
I'm working on a painting application for Android and I'd like to use raw data from the device's touch screen to adjust the user's paint brush as they draw. I've seen other apps for Android (iSteam, ...
2
votes
1answer
564 views
Programatically fire windows 7 touch and gesture events
Please let me know the answers to the following:
Is it possible to programmatically fire the touch and gesture events of Windows 7?
Is there any API?
Is it possible to fire the event from a computer ...
2
votes
3answers
606 views
Which way to go with graphic-intense multi-touch app, XNA or WPF?
I am about to start development of a multi-touch application.
I need to decide between WPF and XNA.
Which would run faster ?
WPF already has libraries to support multi-touch via TUIO input.
Does ...
2
votes
3answers
175 views
Determining user intent in a multi-user, multi-touch application
I am developing a surface application (though the platform isn't really relevant) that needs to track usage statistics and produce data that can analyzed to answer several usage related questions.
...
2
votes
2answers
632 views
Windows 7 touchscreen keyboard in a WPF app
I'm building a .NET 3.5 sp1 WPF app for use on Windows 7 - is there a way to place the touchscreen keyboard in my application?
NOTE: In contrast to other similar questions I'm not looking to embed ...
2
votes
1answer
4k views
After displaying and dismissing the Modal View Controller UIImagePickerController my Cocos2d iPhone app doesn't see multiple touches anymore
I have an app where I display the photo chooser (UIImagePickerController) but after the user dismisses it only single touches are working. And I think I know the root of the issue, but I don't know ...
2
votes
1answer
3k views
Zoom in/out gesture UIView
i've been trying to capture gesture zoom in/out in a UIView.
Code:
NSSet *allTouches = [event allTouches];
NSArray *twoTouches = [allTouches allObjects];
UITouch *first = [twoTouches ...
2
votes
2answers
470 views
Multi-touch design and interaction pattern, do you have any link?
I develop a collaborative business application on a multi-touch device like Microsoft Surface. However to my mind every collaborative application on a multi-touch device was made to share photos, to ...
1
vote
1answer
20 views
How to enable multi touch gesture in phonegap android?
I have come across a strange problem. I am showing an image within my android application.
And I want to enable multi-touch gesture but it is not working. I have found that in
samsung galaxy it ...
1
vote
1answer
54 views
some problems about Multitouch
I want to judge the distance between two points when I touch the screen and move my two fingers.I don't konw my calculation method is right or wrong.If you have the true method,please tell me.Thanks ...
1
vote
1answer
98 views
Android Multi Touch
So, I am trying to check multiple screen touches with an onTouchEvent, but it still only seems to read the first touch. Can anyone help?
Here is my code:
public boolean onTouchEvent(MotionEvent e)
{
...
1
vote
2answers
119 views
How do I detect multi-touch in cocos2d?
Edited Post
Ok I tried what rptwsthi said in another project just to test it......
-(id) init
{
if( (self=[super init])) {
self.isTouchEnabled = YES;
}
return self;
}
- ...
1
vote
1answer
119 views
Qt C++ QTouchEvent & TouchPoint Confusion
Just trying to wrap my head around QTouchEvent. Any help/advice is appreciated.
Specifically I'm a bit confused when a touch event is fired (for e.g. TouchBegin); does this represent only one unique ...
1
vote
1answer
200 views
Capture all Windows 7 Touch events, not just on my form when it has focus
I have an application which has a form, but the fact that it has a form is irrelevant.
With this app, I need to listen to all Operating System level Touch events. Basically I need to capture that the ...
1
vote
1answer
61 views
Drag Item Out of Scatterview
I have a layout which contains three 3 scatter views. I am looking to drag items from one scatterview into another.
Any thoughts?
1
vote
1answer
289 views
Flex/Air - mobile multi-touch development with multi-touch LCD monitor
This may appear at first a bit of a general question, but its actually quite specific.
Is it feasible to use (or worth buying) a multi-touch monitor for developing and testing mobile Flex/Air ...
1
vote
1answer
557 views
How to detect Multi-touch event?
I am developing an application on Android SDK 1.5.
Is there an event to detect multi-touch ? How can I catch this event ?
Actually i am trying to zoom a picture by 2 fingers.
Thanks in advance.
1
vote
1answer
918 views
Which tablets support 10+ finger multi-touch detection? [closed]
Do any of the Android tablets (such as the Motorola Xoom with Honeycomb) or the iPad 2 support detection of 10 or more finger multi-touch? I need that capability for an app idea.
1
vote
1answer
331 views
Faking WPF Manipulation Events
I want to fake manipulation (or touch) events using a mouse / keyboard. When I try to raise the events using:
RoutedEventArgs e = new RoutedEventArgs(ManipulationStartedEvent,this);
RaiseEvent(e);
...
1
vote
1answer
126 views
QApplication constructor (Qt) takes up to 10 seconds
I have finished my first Qt application, and noticed that the QApplication constructor in the main.cpp files take up to 10 seconds to execute. This results in an annoying startup delay where I can't ...
1
vote
2answers
3k views
Multi-touch detecting & differentiating - Cocos2d for iPhone
I would like to know how to detect and differentiate between touches in a multi-touch view. I have read about a "hash" code, but I don't understand how to use it. I want to know when two of my ...
1
vote
4answers
983 views
Multi-touch ScrollViewer eating touch events
WPF 4.0:
I have scroll viewer with many Sliders inside of it. I want the scroll viewer to pan with touch, and I want the internal slider to also respond to touch.
Unfortunately, the scroll viewer ...