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
-1
votes
1 answer

Debian Jessie 8.3 can't close windows with touchscreen

I've got a problem with Debian Jessie (8.3 with XFCE) and can't use any one else. Touch screen works almost correctly ( cursor fallows finger, select new window when click on it ) but can't access to windows icons placed on menu bar (on right top:…
-1
votes
1 answer

WPF Manipulation in Windows 8.1

Can anyone provide a few links to examples of how to do Manipulation in Windows 8.1, please? I see many examples online of how to do it for Windows 7, but it doesn't work for me on my Windows 8.1 machine (with touchscreen). I'm using VS Studio…
swabygw
  • 813
  • 1
  • 10
  • 22
-1
votes
1 answer

Is there a comprehensive multitouch library for Python?

I'm trying to embed multitouch events into my wxPython GUI, however i'm a bit lost as to the best approach. Currently, I have a TUIO server which transmits the multitouch events to be captured. I then use the pytuio library to receive the…
James Elder
  • 1,583
  • 3
  • 22
  • 34
-1
votes
1 answer

single tap for more events

I'm building a piano, and I have the following problem. When a button is pressed and holds pressed, it is not possible to press the next while still holding the current. I need to play more than one note without removing the finger from the…
-1
votes
2 answers

How can I disable Multi Click for UIButton in Swift?

I have two buttons that have their own segue with identifiers. I want to disable the multiple clicks for these buttons so both cannot be clickable at the same time. My code : self.view.multipleTouchEnabled = false self.view.exclusiveTouch =…
jorjj
  • 1,479
  • 4
  • 20
  • 36
-1
votes
1 answer

canvas - clickable, touchable rectangles that animate and play sounds

I made this with DOM events and CSS transitions and I'm really struggling to figure out how to make something like this with canvas. I want to be able to have touch events and eventually play sounds. I was looking at phaser.js and it seems…
azium
  • 20,056
  • 7
  • 57
  • 79
-1
votes
2 answers

Simultaneous Touch on 2 Different Buttons triggers the Another Button (Middle One)

I have 5 buttons inside a LinearLayout . My problem is simultaneous touch on the Left most & Right most button triggers the Middle Button . I have tried android:splitMotionEvents="false" android:windowEnableSplitTouch="false" and unfortunately…
Don Chakkappan
  • 7,397
  • 5
  • 44
  • 59
-1
votes
3 answers

How to go to next activity after touching the screen exact 3 times

i am very beginner to Android. There is one screen with imageview and touching exact 3 times on image, next activity should appear.. Please help me with this Thanks all.
A S R
  • 15
  • 4
-1
votes
1 answer

drag & DROP with scroll for touch devices

I am looking for a drag & DROP plugin that works on touch devices(I found a few working well). But I have a div with scrollable content inside and this plugins disable scroll. Any ideas how to fix having scroll and drag & DROP in the same div for…
-1
votes
1 answer

How do i combine values from multiple touch events? Corona/Lua

I have an app with three buttons. When a user taps multiple buttons I would like to have a function that uses the multiple inputs. So for instance, if the buttons have a value of 1, 2, 3 and the user presses button 2 and button 3, I would like to be…
-1
votes
1 answer

How to make a multi-touch Chrome App

Is it possible to make a Chrome App multi-touch? I've been searching for a while, and at the Chrome Platform JavaScript API documentation I couldn't find anything related to touch gestures, swipe, zoom, rotate, etc. I've just found JavaScript touch…
MorgoZ
  • 2,012
  • 5
  • 27
  • 54
-1
votes
1 answer

How to set up and use Multi-Touch Event in cocos2d x V 2.2.3 C++ complete simple example?

I want to use multi touch functionality. I am using Xcode 5.0.2 with cocos2dx v2.2.3 I have tried a lot but unsuccessful to perform multitouch. I found the tutorial of cocos2d x V.3.0 but the following line is not working for v2.2.3 auto listener =…
Ahmad dar
  • 81
  • 1
  • 14
-1
votes
1 answer

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.
Paresh Navadiya
  • 38,095
  • 11
  • 81
  • 132
-1
votes
1 answer

How to press multiple button's at once on a WP7 in c#

I am trying to make an app in c# for the windows phone 7 where you can press buttons to play a sample sounds to make music (Like a synthboard). But I am having the problem that you can't press 2 points at once. Now I have tried using multi touch but…
Urbentom
  • 3
  • 3
-1
votes
1 answer

multitouch in WPF Not working

I'm new to multi touch programming. im using windows7, VS-2010 and WPF to develop.I follow the tutorial in this link: http://surfacedeveloper.blogspot.in/2009/10/multi-touch-in-wpf-40-and-vs2010.html here i don't have the property…
ganesh m
  • 157
  • 1
  • 7
  • 17
1 2 3
85
86