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)
1
vote
1answer
149 views
Detect multi-touch gestures or drags with mouse in Mac OS X App
How can one detect when a drag is happening or a swipe on the track-pad or magic-mouse is occurring in a Mac OSX app being made in XCode.
By drag I mean the user has clicked on the left or right edge ...
4
votes
2answers
107 views
Multitouch image that plays sound after a certain sequence
I am confused how to start building an application like below.
Scenario: I have an image where two bells(bell-1,bell-2) hanging like pendulum.My purpose are-
If i sweep bell-1,it will go right side ...
0
votes
1answer
425 views
How do I disable scrolling in iOS using Hammer.js?
I'm trying to disable scrolling altogether in iOS with Hammer.js (jQuery version) but it still works.
I tried:
$(document).hammer().on('swipe,drag', 'body',
function(event)
{
...
0
votes
0answers
61 views
one finger drag multi gesture in iOS
I have one Question.
I'm make this code but this code rotate or scale only one works.
How to scale and rotation changes one Finger drag at the same time.
help me please degree calculate is too ...
3
votes
2answers
170 views
Android: ImageView height bounds due to some layout property
I am implementing multi-touch zoom to ImageView which got well but when I zoom it out, some part of image hides like goes behind of some view or due to some height restriction.
Layout code
...
0
votes
1answer
113 views
Marmalade SDK Multitouch
I need help. I make game for blackberry playbook, but i have trouble with multitouch event handling. I use CInput class taken from examples for handling touch events, it work(all touch have right ...
0
votes
2answers
152 views
JS that should listen for pinch in and pinch out not working
I am trying to execute a function on pinch in of the body and then another function on pinch out.
Since i'm already using jquery.hammer.js in this document and hammer can listen for in and out ...
1
vote
0answers
88 views
Multitouch drag and drop android
i want multitouch drag and drop in my android application.
my reequirment is when user uses two finger then only dragging should be done. with single figure no dragging.
how can i achieve this?
my ...
0
votes
1answer
106 views
Detecting left or right hand using multitouch on iPhone Screen
Below figure with orange area where baby palm will be placed. All I need to know how to detect baby plam is right or left.
0
votes
0answers
83 views
Android - OnClickListener and Multi Touch
I've noticed in my app that when one finger is on a button and another finger touches down and up another button (click), the second button will not receive an OnClick event. I assume this is because ...
0
votes
1answer
270 views
Code that listens for swipe-up gesture not working
I am trying to run an alert when a swipe-up gesture occurs anywhere on the document; and, ultimately also when a 2 finger swipe-gesture occurs.
I've used hammer.js to listen for gestures before and ...
0
votes
0answers
36 views
How to use multitouch for pictures
I'm making an app in which I would like to implement an offline map service for the city Rome, I thought the simplest way to do this was to implement an high-resolution map-picture of the city, but ...
0
votes
0answers
58 views
AIR mobile TouchEvent.touchPointID returns null on android device
I tested air mobile application on android device. Multitouch.supportsTouchEvents returns true and Multitouch.maxTouchPoints returns 2. The problem is TouchEvent.touchPointID always returns null for ...
0
votes
0answers
108 views
Use ScaleGestureDetector with GestureDetector?
In my Android app I have an ImageView where I'd like the user to be able to fling it left/right/up/down to change the image (static maps) to the adjacent one. But in addition, I'd like pinch-zoom ...
0
votes
0answers
75 views
How to Check for Touch in VBA
I'm working on a Visio addon, and I want the behavior to be different depending on if the device supports touch (i.e. running on a Windows 8 Surface Pro device).
I don't need to respond to ...
0
votes
4answers
162 views
Android button onclick multitouch
I have 2 buttons and I need to read onClick event from second button when first is pressed down now and v.v. Like in keyboards. How to do that?
Edit
No, no! I don't need to check was first button ...
0
votes
0answers
429 views
Font creation using NGUI in unity3d
I am new to NGUI concept in unity 3d.
i tried to create a new font using NGUI, But failed.
Can you explain how can i create a new font using NGUI.
I have to make goonspectreTBS font.
Waiting for ...
3
votes
2answers
99 views
android - why there is different Action_mask value for different devices
I have made an application which is running perfectly fine on devices below ver 4.0 or we can say ics, but above ics its not working as it have to.
In my application i was trying to make multitouch on ...
1
vote
0answers
179 views
two finger or pinc zoom to mapview in osmdroid
I need help
I'm trying to zoom to mapview by getting users multi touch points (firstly 2 finger touch)
I know there is setMultiTouchControls() function but this is not what I want to do.
I tried to ...
3
votes
1answer
376 views
android multitouch, action pointer down not working properly
i have tried to detect two touches on my two imagebuttons which is single Relative layout .
The problem is its showing action_down values on both buttons but no action pointer down value.
My code is ...
0
votes
1answer
122 views
Find out how many concurrent touch points are supported on Windows 8 device
For a Windows 8 App, is there a way to programmatically check how many concurrent touch points are supported by a device?
There are some devices (e.g. Samsung Ativ, WinRT) which only allow for five ...
0
votes
0answers
58 views
Access touch history when `touchmove` event is captured
I am trying to learn how to use the touchmove event in browser to detect multitouch gestures. When a touchmove event is captured I can obtain a list of current touch points. However that is not very ...
1
vote
1answer
190 views
MotionEvent.ACTION_POINTER_DOWN DOES NOT detect position
I am a newbie in Android, lately I got this weird thing:
I have my customized View, in onTouchEvent method, i tried to detect multitouch gesture, but the MotionEvent.ACTION_POINTER_DOWN will always ...
0
votes
0answers
73 views
TouchEvents not firing in Flash Professional 'Test Movie'
I have a MultiTouch Monitor attached to my Windows 7 machine and try to work with MultiTouch Events from Flash Professional CS6.
When I test my movie as AIR application everything works as expected.
...
0
votes
0answers
92 views
how to create a coverflow like control in multi-touch WPF application
Im new to WPF. Can anyone let me know how to working on a coverflow like control in the below mentioned video. Also can you please guide or suggest me to achieve this.
...
0
votes
0answers
177 views
Creating a WM_TOUCH message for PostMessage() in C# / .NET
(For background, see Composing a WM_TOUCH message for SendMessage(), Kinect as a multi-touch device which asks basically the same question as mine but whose accepted answer doesn't actually answer the ...
0
votes
0answers
78 views
Capture two motionEvent in different views
I want to capture and process two complete motionEvent separately in different views (ImageView in this case), and that the motionEvent doesn't mix between them. Specifically, i want a multitouch ...
1
vote
0answers
91 views
Android multitouch strange bug when touch point reach limit
I am make a application on android that need multi-touch gesture! I found that my devices Novo 7 (ainol) supports 5 touch points. I implement onTouch for a View like this
public boolean onTouch(View ...
0
votes
1answer
157 views
Touch gestures support of WinForms controls in WPF application
There are two versions of WebBrowser control (WinForms and WPF). WPF version supports touch and multitouch gestures. Does WinForms version of WebBrowser embedded in WPF application with ...
0
votes
0answers
67 views
How to implement efficient zoom-in regarding to specified anchor point?
I tried to implement a new type of zoom-in. Kinda like the pinching gesture, the scale factor is determined by the distance between two touch points. However, the zoom-in center, or anchor point, is ...
0
votes
0answers
85 views
Rotate and zoom with fingers(not compas) osmdroid mapview
Hi everyone
even I've been looking for solution during two weeks, I couldn't find any proper solution.
Please can anyone help me about how to rotate a osmdroid mapview or a view depending on user's ...
1
vote
1answer
61 views
Android Multitouch control
I am trying to make a mulitouch control, but i always get errors when I remove my finger in a different sequence, as I give it to the screen.
@Override
public boolean onTouchEvent(MotionEvent event) ...
1
vote
1answer
216 views
Two-finger panning with WM_POINTER based touch
I'm working on Windows 8, c++, with the WM_POINTER touch mechanism (and context interaction callback). My question is - how can I differentiate between a zoom operation and a two-finger pan operation?
...
2
votes
1answer
160 views
How can I draw one circle around each touch location on a device?
New programmer here trying to take things step by step. I am trying to find a way to draw a circle around each currently touched location on a device. Two fingers on the screen, one circle under each ...
1
vote
1answer
540 views
Windows 8 Desktop multitouch API
I'm developing a c# touch application for windows 8, desktop mode, and i'm unable to find the best approach to do it. My question is: Should I use the existent Windows 7 Touch API c# or there is a new ...
0
votes
1answer
155 views
Image is placed on touch event WP8
I want to draw a path with images where user touch images is placed in that place and suppose user move finger images are placed in these positions.
Normally in drawing app user draw a line on touch ...
1
vote
0answers
57 views
XNA Support Gestures on Windows 7
One of my friends is working on a Windows phone 7 game and XNA allow you to support gestures, now he wants to use the same code so the game will be supported on PC (Windows 7) i want to know how i ...
6
votes
4answers
209 views
how do i disable touchesBegan: for multi-touches?
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
I am currently getting 1 object in
touches
when I do a tap with two fingers simultaneously (holding option key and clicking on ...
1
vote
0answers
105 views
WPF TouchDevice get absolute coordinates
I try to create a window, that can be moves or resized via multi-touch gestures. I tried it this way. I captures the TouchDown-Event of the window and saved all active TouchDevices in a List, to know ...
0
votes
1answer
22 views
UIView subclass ignores second touch
I'm making an iOS game, and I've written a UIView subclass that's supposed to catch touch events, and it works as intended for a single touch. However, if I'm already touching the screen with one ...
0
votes
1answer
51 views
Find number of touches supported by a device
Is there any way to find out the number of touches a device supports.
Instead of manually touching and finding out the actual value, is there a way to programmatically find the value?
1
vote
0answers
69 views
Emulating physical buttons / lower level touchscreen control
One thing I find many Android games and emulators get wrong is when the user presses multiple (on-screen) buttons simultaneously. I'm wondering how one could fix that.
Imagine a game like Super Mario ...
0
votes
0answers
86 views
touchpad as multitouch input
In Windows 7 using Chrome or Firefox, I want to get these standard js events from a regular laptop Synaptics touchpad.
I'm also fine using a TUIO plugin such as npTuioClient, which I have already ...
1
vote
1answer
279 views
ScaleGestureDetector not detecting two finger movements in Android 4.2
I have class that implements ScaleGestureDetector.OnScaleGestureListener. On devices running Android 4.1 and earlier, the methods (OnScaleBegin, OnScale, and OnScaleEnd) get called for just about ...
1
vote
1answer
172 views
Google Map Touch events on HP touch screen
I'm developing a web app for an HP Compaq L2105tm touch screen on a windows 7 box. When I bring up maps.google.com in Chrome the map works just fine with pinch zooming and other touch events you'd ...
1
vote
0answers
158 views
Read Raw Touch Input Events on Android
I've been doing some research to see if something like this is feasible, and I haven't come up with anything good yet. I would like to write an application that intercepts Android touch information ...
0
votes
1answer
78 views
How to get these methods to work with multi-touch?
I found this code on a tutorial which pretty much sets a left or right side BOOL to YES if the touch started on a specific side of the screen and then checks when the touch moves to see if it changes ...
1
vote
1answer
248 views
Why is multitouch not working with andengine GLES-2 SimpleBaseGameActivity?
Hi I'm trying to make a two player pong game but the Multitouch part of it is not working I know the device I'm using is Multitouch enabled so something in my code must be wrong. Right now i have two ...
0
votes
0answers
54 views
point.TouchDevice.DirectlyOver error
I am trying to make one method for the touch element to the rectangles for my synthboard. But I have come across a small problem. When I try to make it so it will pick up where you have touched ...
0
votes
0answers
69 views
What's currently the best technology combination for creating multi-touch enabled map applications on desktops? [closed]
I want to create a desktop application (as opposed to hand-held or a tablet) that enables the users to interact with a map (Google, Bing, WorldWind, whatever) using multi-touch (pan, zoom, click). The ...

