Questions tagged [multi-touch]

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)

1283 questions
5
votes
2 answers

Image cropping tool for touch based phones using javascript

Is there a cropping tool(marquee tool) written in javascript which would work on mobile browsers? Most of the marquee tools(cropping tool) that are written use mouse handles which would fail on touch based phones? Any pointers in this direction?
sri85
  • 337
  • 2
  • 19
5
votes
1 answer

Windows 7 MultiTouch .NET API for Windows Forms

Is there any library for multi touch capabilities of Windows 7 wrapped up for .NET? I mean this, but with .NET flavor. Some limitations however: I need it for DESKTOP development, and for Windows Forms, no WPF.
Daniel Mošmondor
  • 19,718
  • 12
  • 58
  • 99
5
votes
2 answers

Is it possible to emulate a second finger for the Windows Phone 7 emulator?

It's a bit annoying having to deploy to a device everytime to test multitouch functionality so I was just wondering if it's possible to fake the second finger. Obviously plugging in two mouse's doesn't help...
meds
  • 21,699
  • 37
  • 163
  • 314
5
votes
1 answer

Pinch zoom in android 2.1

Is there a way we can achieve Pinch zoom ability to the imageview?
xydev
  • 3,409
  • 5
  • 34
  • 54
5
votes
2 answers

Hammer.js: How to detect pinch with any number of / multiple fingers

When I create a new Hammer Pinch event, and don't mention the number of pointers in options, it only detects a maximum of 3 fingers, and if I mention pointers e.g. var multiPinch = new Hammer.Pinch({event: 'multipinch', pointers: 4, threshold:…
Parth
  • 1,114
  • 3
  • 16
  • 25
5
votes
0 answers

How to track mouse movements / single touch point with a MultiPointTouchArea in QML?

A MultiPointTouchArea with mouseEnabled:true and minimumTouchPoints:1 doesn't appear to support mouse movements when the mouse button is not pressed (tested on MacBook Air with mouse and Windows 10 with mouse) nor single point touch events (tested…
Paul Masri-Stone
  • 2,843
  • 3
  • 29
  • 51
5
votes
1 answer

Touch screen supported API for desktop development in Java Swing?

I'm developing a system that will eventually be implemented on a touch-screen supported machines such as HP Touchsmart. Are there any relevant references in java swing api that support flicking pages to scroll up/down (such as in iphone/android…
phillyville
  • 305
  • 1
  • 6
  • 14
5
votes
1 answer

How to webview swipe gesture detect with multitouch zooming enabled withing a flipper

So is there a way for a webview control to detect a swipe while capable of doing multitouch zoom and having build-in zoom controls?
weakwire
  • 9,284
  • 8
  • 53
  • 78
5
votes
2 answers

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 dragging) is as follows:
Mark
  • 14,820
  • 17
  • 99
  • 159
5
votes
1 answer

How can I test multi-touch on Android Emulator?

I don't have an Android phone now, but I really want to test Multi-touch or Shake feauture. How can I do this on Emulator?
SteveThai
  • 63
  • 1
  • 7
5
votes
2 answers

Accurate Pinch Zoom

I'm trying to figure out how to create an accurate pinch zoom for my camera in Unity3D/C#. It must be based on the physical points on the terrain. The image below illustrates the effect I want to achieve. The Camera is a child of a null which…
4t0m1c
  • 329
  • 1
  • 7
  • 20
5
votes
1 answer

Testcase with multitouch on Android?

The TouchUtils class in the android documentation has functions like drag(): https://developer.android.com/reference/android/test/TouchUtils.html#drag(android.test.InstrumentationTestCase,%20float,%20float,%20float,%20float,%20int) but they do not…
makke
  • 71
  • 3
5
votes
2 answers

trackpad pinch/unpinch w/ javascript (MacBook)

I am trying to use native javascript - no jQuery, that is. Pinch and Unpinch but not for zoom out/in. It is good on iOS and android using touches, etc. But I do not know how to "emulate" this behavior for my Mac-book's trackpad. Any help to get…
user208114
  • 143
  • 1
  • 11
5
votes
1 answer

.NET 4 - Determine the number of touch points available in Win 7

Windows 7 reports the number of touch points available to the system under the computer properties - is there a way to get that info in .NET 4?
James Cadd
  • 12,136
  • 30
  • 85
  • 134
5
votes
0 answers

How to receive/handle multitouch input in Tcl/Tk?

My goal is to be able to use my laptop's touchscreen as an input device for my desktop. My ideal course of action would be to run a fullscreen Tk program on the laptop and receive touchscreen input into it, and use sockets to forward that data to…
guest
  • 61
  • 4