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)

learn more… | top users | synonyms

1
vote
1answer
709 views

Touch Listener on multiple image views in a single Activity

I want to dynamically add multiple imageViews on my activity and then handle touch events on each imageView individually. I am able to do this with single imageView like this: This is the activity: ...
1
vote
2answers
137 views

ios sdk stop multitouch functionality

I have multiple buttons, if user touches 2 or more buttons and releases simultaneously, I want to give the action of just one button. How can I do that. Thanks in advance for your help..
0
votes
1answer
559 views

Multi-touch event handling for Android game app

I'm working on a multi touch game but I cant seem to get something to work, at the moment I have a draw Dpad in the bottom left corner, when the user touches a Dpad button a sqaure on the screen will ...
0
votes
1answer
143 views

Disable scroll in UIScrollView while multi touching

In my program I use two fingers to pinch (zoom in and out), so sometimes when I want to pinch, app scrolls. I would like to don't let scrolling in UIScrollView while two or more touches are on ...
0
votes
0answers
272 views

Windows: Converting a TouchScreen into a TouchPad

We need a large Touchpad for a piece of custom hardware we are building. It should behave like a Touchpad (mouse mevements, tap=click, 2-finger pan = scroll, some gesture for right-click), and also ...
0
votes
1answer
177 views

Detect scale and translate gestures without ScaleGestureDetector

I try to implement multi-touch-gesture detection for API level 7. That means I do not have a ScaleGestureDetector. At the moment I have something like this but it does not work well and I have more ...
1
vote
1answer
67 views

Moving Two Controls at Once [closed]

I'm currently working on trying to simulate a virtual gamepad in my WPF 4.0 project. I wrote a custom control that registers for Touch Down/Move/Up. Up and Down are used to capture or release the ...
4
votes
2answers
231 views

Attempting to get two simultaneous joysticks working with touch events

I've been battling with this for two days. I'm using an HTML5/JS game engine called ImpactJS and someone made a very useful plugin to create joystick touch zones for mobile devices. The idea is that ...
0
votes
2answers
194 views

Cocos2d: handling touches that start outside a CCMenu (or similar) item in a multitouch environment

I have enabled multitouch in my AppDelegate. In my game scene InputLayer I added a CCMenu with some CCMenuItemSprite used as buttons and a SneakyJostic as controller. In my input layer I enabled ...
0
votes
0answers
288 views

Software that offers non-linear presentation and multimedia editing with multitouch support?

I'm looking for a piece of software that will leverage a multitouch screen. The functional needs for the software is that it supports creating non-linear multimedia presentations and has a mechanism ...
0
votes
1answer
310 views

Change rotation point on rotation finger changed

I have a multitouch WPF application and I'd like to do a rotation of some stuff in it. The problem with ManipulationDelta, that ManipulationOrigin always is a center between 2 fingers, but I'd like to ...
1
vote
1answer
176 views

How to detect the number of fingers used on windows 8

I simply want to know the number of contact points on the screen when doing a windows 8 app. My scneario is that I want to rate an article simply by holding 1-5 fingers in a designated area for X ...
1
vote
1answer
3k views

jQuery mobile/JavaScript image pinch zoom for android and iPad

I have been searching for an uncomplicated solution to how an image (png) can be zoomed in and out without affecting the rest of the website, but found none. Have any of you used such a tool or know ...
1
vote
0answers
96 views

How is it possible to run multitouch Flash (AS3) Apps on Microsoft PixelSense (formerly Surface) Table?

I know there is already a question which ask if it is possible. but this question doesn't tell how it is possible. I need to use flash to make an application with multitouch on a Microsoft Surface ...
2
votes
0answers
214 views

Custom multitouch in wpf/pixelsense

I'm working together with a PhD student that's doing a project regarding using computers for collaboration between people, specifically with touch. The platform for this is the pixelsense (surface) ...
0
votes
0answers
51 views

Execute method after zooming, when map was loaded

I need to launch a method when a map was loaded, after zooming by zoom-button AND/OR by multi-touch zoom.
2
votes
1answer
137 views

How to slide to perform clicks android

I'm trying to make an application that the user can slide or drag the finger across a set of buttons to perform a click. I've tried onTouch with MotionEvent.ACTION_MOVE but I can't seem to get it to ...
1
vote
0answers
76 views

How to develop for iOS gesture events in a web app in Windows Desktop?

I am developing a web app that should respond to gesture events in iPad (pinch in and out should perform some custom zoom in and out in my web app). I don't have a Mac, so is there a simulator in ...
3
votes
1answer
149 views

Is there is any simulater that triggers gestures events in JavaScript on Windows 7?

I have enabled the Emulate Touch Events option in Chrome's Developer Tools, to test the touch events, it works fine, but when i pinch in and pinch out the chrome page is not triggering gesturestart ...
4
votes
2answers
857 views

Gesture events are not emulate by chrome

I've enabled the "Emulate Touch Events" option in Chrome's Developer Tools. It emulates the touch events only, but it's not emulating the gestures event. I am using the the ...
0
votes
2answers
102 views

Buttons are behaving strangely when using the “multitouch hack”

I am writing a Quiz. I have four buttons: answer options, and i am using Android multitouch! hack anyone? code snippet to disable multitouch. But the buttons seem to work only if you tap on them very ...
3
votes
2answers
209 views

handle taps in two different points at a same time via UIGestureRecognizer

I have two labels in two different positions, when both labels are tapped at the same time i want another label to show a success message. How do I accomplish this? I can recognize a single tap or ...
1
vote
1answer
881 views

External touch screen for android

I have a 42 inch multi-touch monitor with IR Input. I want to develop applications for multi-touch input and I have planned to go with android. Is there any way to get touch input? when we go with ...
0
votes
0answers
86 views

tuio or surface

I am developing a touch based application, I wanted to know if anyone has evaluated the Microsoft Pixelsense and compared it with any other such big touch interfaces? What are the advantages of ...
0
votes
0answers
91 views

Kinetic.Image's multitouch behaviour on mobile devices

I am developing a game using Kinetic, and I am having trouble related to images and multitouch. This game I am developing allows the user to zoom (1x, 1.5x and 2x) images and drag them. When those ...
1
vote
2answers
164 views

multi touch problems android

i have a project that is supporting multi touch. When you touches a button it passes 1. However, it only gets the first touch . pls help me, it is for our thesis. here is my code: public boolean ...
2
votes
1answer
75 views

list of libraries and functions that are used in multitouch android programming

i am in final year of computer engg. and this year i have taken up my project as developing an android app with description as follows: 1. user uses 6 fingers to first make an impression on the screen ...
2
votes
3answers
925 views

Multi-touch two fingers taps

I have to implement a two fingers tap. For example I have a listView with multiple items, which already have a click listener for each row and touch listener. Now I have to do something if the user ...
1
vote
2answers
329 views

android multitouch cant move 2 pointers at same time

I have a weird problem in my game. I'm using 2 joysticks, one for shooting/aiming and one for moving my character. For some reason my multitouch method only registers one movement at a time. The ...
1
vote
0answers
100 views

Unable to recieve all the pointer/touch messages injected at application level using Windows 8 Touch Inject API

I am able to inject pointer/touch messages succesfully but unable to recieve all the messages injected on an application(messages are captured in the application) though all the messages are injected ...
1
vote
1answer
179 views

WPF, Why manipulation is not reposnsive?

When manipulating a framework element on a canvas, it works fine, but, the manipulation events keeps get fired event after I raise my fingers, as a result the framework element will keep get ...
0
votes
1answer
172 views

How to release onTouch event when ACTION_MOVE to certain points? Android

I have an onTouch event that work well with my View. Because of some reasons, I want to release the action onTouch after I move finger to some point of screen: switch(event.getAction & ...
2
votes
1answer
51 views

Can anyone point me to a detailed tutorial on multitouch in android? [closed]

I can't seem to find anything and I have been looking hard for days. I can find gesture samples but no multitouch! I am able to the pointer count, but I have no idea where to go from there. In my app ...
0
votes
1answer
245 views

Multitouch Cocos2d TouchesBegan Individual vs Sets of touches

I am designing an app and we're having some issues with multitouch tapping and slightly delayed multitouch tapping (which results in 2 individual calls to TouchesBegan). The problem we have come ...
2
votes
0answers
136 views

Multitouch GTK3 Example

From what I understand, multitouch support was added to GTK+ as of version 3.4. What I'm not clear on is whether this applies just to touch screens like phones/tablets or whether it extends to Apple ...
4
votes
1answer
928 views

android ndk multitouch?

im writing an application that uses only native code. So is it possible to get multitouch events in ndk? I feel like ive serched the whole web, but without finding anything! Does anyone know how to ...
12
votes
3answers
628 views

Android multi-touch interference

I'm currently developing an air-hockey simulation for android. For the multiplayer mode I'm tracking two touch events on the screen, which works well as long as the touch points don't get to close. ...
0
votes
2answers
438 views

as3 multitouch - how to do single touch only?

I have a childs game that i am writting and i need to be able to do 1 single touch only. My sons knuckles keep touching the screen and it goes mad.. I can't work out how to do single touch only ?? ...
1
vote
2answers
961 views

How to implement a two-finger double-click in Android?

I know how to detect a double-click and a two-finger touch event, but how can I combine these to react so somebody needs to double click with two fingers? By default, Android has the long press to ...
2
votes
2answers
137 views

How do I ignore an extra finger on the screen?

I am working on an app for small kids. The app is basically an eye candy game where the kid can touch the screen and make flowers or balloons appear. I am using touchesBegan: and touchesend: to figure ...
0
votes
1answer
191 views

Multi touch applications using tidesdk

i need to develop a desktop multitouch application using HTML5 (Javascript & CSS3) because i can not make an adobe air application as i can not develop in actionscript am looking for tutorial ...
0
votes
1answer
69 views

Why do touch position coordinates influence each other? (ACTION_MOVE)

I'm having a real issue here which I'm desperately trying to figure out since the last couple of hours. Not getting anywhere... While writing an application in which I need to process the exact ...
3
votes
3answers
426 views

Is multi-touch/gestures supported on all smartphone browsers (Android and iOS)?

Background: My website has a page where I need my users/customers to draw a model of their design. For this, I am planning to create a very simple SVG-based drawing tool using HTML5-Javascript. I ...
1
vote
0answers
247 views

getting MSPointerUp events to fire without disabling browser interaction in IE10

I am trying to get some code to kick in after the browser has been scrolled. If I do function handleDown(event) { console.log("down"); } function handleUp(event) { console.log("up"); } ...
1
vote
0answers
58 views

Android: Scaling two canvases simultaneously

I am creating a multitouch app that relies on an image having multiple "hit boxes" that the user cannot see, but performs an action when touched. I have created a canvas and bitmap that keeps the ...
0
votes
2answers
138 views

getPointerId throws exception even though index is in range

This code android.view.MotionEvent event = ...; for(int i = 0, n = event.getPointerCount(); i < n; i++) { handleTouch(event.getPointerId(i), event.getX(i), event.getY(i)); } sporadically ...
0
votes
0answers
101 views

android multitouch zoom : savedMAtrix?

could somebody tell me what is savedMatrix.set(matrix) in multitouch zoom in the below code ? I found it here I'm trying to figure out why zoom jumps around in my android application . I used this ...
0
votes
1answer
51 views

2 Simultaneous Android Touches / not triggered

So hi there. I have a simple Layout with 2 Views in it. Both have an onTouchListener attached. view.setOnTouchListener(new View.OnTouchListener() { @Override public boolean ...
2
votes
1answer
761 views

How to detect two-finger tap in Android?

I need to detect two-finger tap in an Android app I'm working on. I'm also using ScaleGestureDetector and GestureDetector to detect tap, double-tap, long press and scale. In my onTouchEvent method I ...
0
votes
0answers
48 views

Tilt Angle in Touch Driver

I am doing a project in which I want to get the tilt angle for the touch object not for the device.How to get it? I came to know that InputReader.cpp is getting touch parameter like ABS_TILT_X and ...

1 2 3 4 5 15